From 1e58f484ff590d9f06e131226787eb55fb8f2d1f Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Tue, 29 Oct 2019 17:23:04 -0400 Subject: [PATCH] fix(comp): helm plugin 'remove' is now 'uninstall' Signed-off-by: Marc Khouzam --- cmd/helm/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/root.go b/cmd/helm/root.go index 54b4ef59a..fac0dc062 100644 --- a/cmd/helm/root.go +++ b/cmd/helm/root.go @@ -286,7 +286,7 @@ __helm_custom_func() __helm_list_repos return ;; - helm_plugin_remove | helm_plugin_update) + helm_plugin_uninstall | helm_plugin_update) __helm_list_plugins return ;;