Skip to content

Commit 35153a9

Browse files
lint
1 parent 29ee8ee commit 35153a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/docs/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func runDocsCommand(clients *shared.ClientFactory, cmd *cobra.Command, args []st
6666
// Validate: if there are arguments, --search flag must be used
6767
if len(args) > 0 && !cmd.Flags().Changed("search") {
6868
return slackerror.New(slackerror.ErrDocsSearchFlagRequired).WithRemediation(
69-
"Use --search flag: %s",
69+
"Use --search flag: %s",
7070
style.Commandf(fmt.Sprintf("docs --search \"%s\"", args[0]), false),
7171
)
7272
}

0 commit comments

Comments
 (0)