Skip to content

Commit

Permalink
Merge pull request kubernetes#12420 from Keyhoh/issue/11348
Browse files Browse the repository at this point in the history
fix issue kubernetes#11348 zsh completion broken
  • Loading branch information
spowelljr authored Sep 29, 2021
2 parents 1b955d8 + 1976f71 commit a502d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ __minikube_convert_bash_to_zsh() {
}

buf := new(bytes.Buffer)
err = cmd.GenBashCompletion(buf)
err = cmd.GenZshCompletion(buf)
if err != nil {
return errors.Wrap(err, "Error generating zsh completion")
}
Expand Down

0 comments on commit a502d3e

Please sign in to comment.