formatted minikube completion and used helper function

pull/1782/head
Gurkirat Singh 2021-01-10 19:29:11 +05:30
parent bdb3f29cc6
commit 4ca22e9908
No known key found for this signature in database
GPG Key ID: CFD64E1DCB3DA835
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# minikube (Local Kubernetes) completion
if command -v minikube &>/dev/null
if _command_exists minikube
then
eval "$(minikube completion bash)"
fi