formatted help completion and used helper function

pull/1782/head
Gurkirat Singh 2021-01-10 19:27:46 +05:30
parent 538c19b32f
commit 326083691c
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 @@
# 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