diff --git a/completion/available/helm.completion.bash b/completion/available/helm.completion.bash index d0936fab..4e219492 100644 --- a/completion/available/helm.completion.bash +++ b/completion/available/helm.completion.bash @@ -2,7 +2,7 @@ # helm (Kubernetes Package Manager) completion -if command -v helm &>/dev/null +if _command_exists helm then - eval "$(helm completion bash)" + eval "$(helm completion bash)" fi