From 91de693b80cd67f76a0110aa5ffe50a8d0d8829b Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Sun, 22 Apr 2018 13:33:54 -0500 Subject: [PATCH] Correction for helm completion --- slides/kube/helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) ``` ]