formatted help completion and used helper function
parent
538c19b32f
commit
326083691c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue