diff --git a/slides/kube/helm.md b/slides/kube/helm.md index 644849f6..2df1edd1 100644 --- a/slides/kube/helm.md +++ b/slides/kube/helm.md @@ -50,7 +50,7 @@ - Add the `helm` completion: ```bash - . <(helm completion $SHELL) + . <(helm completion $(basename $SHELL)) ``` ]