Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Mar 22, 2024
1 parent 3d19bc7 commit d574947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/cmd/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var (
got = got[:100] + "..."
}

return fmt.Errorf("invalid command long help prefix.\n\nWANT: %q\nGOT: %q\nREPLACE WITH: %q\n", plaintext, got, template)
return fmt.Errorf("invalid command long help prefix.\n\nWANT: %q\nGOT: %q\nREPLACE WITH: %q", plaintext, got, template)
}
)

Expand Down

0 comments on commit d574947

Please sign in to comment.