Skip to content

Commit

Permalink
misspell instruction
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew committed Nov 6, 2023
1 parent 6dcacfc commit c30a5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/subscribe.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ and an 'extension' attribute for the value 'my-extension-value'.
and an 'extension' attribute for the value 'my-extension-value'.
{{rootCmdUse}} subscribe --filter type=com.example --filter extension=my-extension-value --source my-broker
`,
SuggestFor: []string{"subcsribe", "subsrcibe"},
SuggestFor: []string{"subcsribe"}, //nolint:misspell
PreRunE: bindEnv("filter", "source"),
RunE: func(cmd *cobra.Command, args []string) error {
return runSubscribe(cmd, args)
Expand Down

0 comments on commit c30a5c4

Please sign in to comment.