From 6a33235fc8c59aa064c90f59a555ee09153506cd Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Sun, 7 Apr 2019 13:10:46 -0400 Subject: [PATCH] Also complete history and test with release name 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 627f9c5dd..47719810d 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -80,7 +80,7 @@ __helm_list_releases() __helm_custom_func() { case ${last_command} in - helm_status | helm_delete) + helm_delete | helm_history | helm_status | helm_test) __helm_list_releases return ;;