Skip to content

Commit

Permalink
cmd/snap: use const for debug api long help
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Borzecki <[email protected]>
  • Loading branch information
bboozzoo committed Nov 7, 2024
1 parent 0cf12e0 commit 46726fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/snap/cmd_debug_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"github.com/snapcore/snapd/logger"
)

var longDebugAPIHelp = `
const longDebugAPIHelp = `
Execute a raw query to snapd API. Complex input can be read from stdin, while
output is printed to stdout. See examples below:
Expand Down

0 comments on commit 46726fd

Please sign in to comment.