diff --git a/cmd/helm/root.go b/cmd/helm/root.go index 090879352..b3f99a936 100644 --- a/cmd/helm/root.go +++ b/cmd/helm/root.go @@ -90,12 +90,14 @@ __helm_custom_func() __helm_list_releases return ;; - helm_repo_remove) - __helm_list_repos - ;; - helm_plugin_remove | helm_plugin_update) - __helm_list_plugins - ;; + helm_repo_remove) + __helm_list_repos + return + ;; + helm_plugin_remove | helm_plugin_update) + __helm_list_plugins + return + ;; *) ;; esac