From 0cf33515023f40e0e3050f2ccce27c6c5b5e5528 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Wed, 21 Aug 2019 20:57:08 -0400 Subject: [PATCH] feat(helm): Completion for helm repo update Signed-off-by: Marc Khouzam --- cmd/helm/helm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index 0b60842f2..20742836d 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -111,7 +111,7 @@ __helm_custom_func() __helm_list_releases return ;; - helm_repo_remove) + helm_repo_remove | helm_repo_update) __helm_list_repos return ;;