Skip to content

Commit

Permalink
Fix the wrong sprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Dec 6, 2020
1 parent fc6271e commit db1facd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get more details about onmyzsh from https://github.com/ohmyzsh/ohmyzsh
Load the %s completion code for zsh[1] into the current shell
source <(%s completion --type zsh)
Set the %s completion code for zsh[1] to autoload on startup
%s completion --type zsh > "${fpath[1]}/_%s"`, rootName),
%s completion --type zsh > "${fpath[1]}/_%s"`, rootName, rootName, rootName, rootName, rootName, rootName),
RunE: func(cmd *cobra.Command, _ []string) (err error) {
shellType := completionOptions.Type
switch shellType {
Expand Down

0 comments on commit db1facd

Please sign in to comment.