8000 fix compilation error · coder/coder@792b4b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 792b4b5

Browse files
committed
fix compilation error
1 parent 7f93228 commit 792b4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/exp_errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func (RootCmd) errorExample() *serpent.Command {
5757
Long: "This command is pretty pointless, but without it testing errors is" +
5858
"difficult to visually inspect. Error message formatting is inherently" +
5959
"visual, so we need a way to quickly see what they look like.",
60-
Handler: func(_ *serpent.Invocation) error {
60+
Handler: func(inv *serpent.Invocation) error {
6161
return inv.Command.HelpHandler(inv)
6262
},
6363
Children: []*serpent.Command{

0 commit comments

Comments
 (0)
0