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 5774349
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", "subsrcibe"}, //nolint:misspell

Check failure on line 30 in cmd/subscribe.go

View workflow job for this annotation

GitHub Actions / style / Golang / Lint

[github.com/client9/misspell] reported by reviewdog 🐶 "subsrcibe" is a misspelling of "subscribe" Raw Output: cmd/subscribe.go:30:37: "subsrcibe" is a misspelling of "subscribe"
PreRunE: bindEnv("filter", "source"),
RunE: func(cmd *cobra.Command, args []string) error {
return runSubscribe(cmd, args)
Expand Down

0 comments on commit 5774349

Please sign in to comment.