Skip to content

Commit

Permalink
fix: zsh completion broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyhoh committed Sep 7, 2021
1 parent dd6e299 commit 19cf354
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 19cf354

Please sign in to comment.