From 10663707413fee94cd404d95286dffab5fa059f9 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Wed, 21 Aug 2019 20:46:20 -0400 Subject: [PATCH] Add returns for consitency Signed-off-by: Marc Khouzam --- cmd/helm/root.go | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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