Fix: typo [commands/completion.md]

[site/content/en/docs/commands/completion.md]
Replaced dash (-) for underscore (_) Line 26 => source /etc/bash_completion
pull/10930/head
Federico Gallo 2021-03-26 01:26:49 -03:00 committed by GitHub
parent 700ff6a785
commit 62fc31981b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Outputs minikube shell completion for the given shell (bash, zsh or fish)
$ minikube completion fish > ~/.config/fish/completions/minikube.fish # for fish users
Ubuntu:
$ apt-get install bash-completion
$ source /etc/bash-completion
$ source /etc/bash_completion
$ source <(minikube completion bash) # for bash users
$ source <(minikube completion zsh) # for zsh users
$ minikube completion fish > ~/.config/fish/completions/minikube.fish # for fish users