From a6acb53430354b80321df2a4846d62cb8d46326c Mon Sep 17 00:00:00 2001 From: Efrat19 Date: Mon, 7 Oct 2019 10:43:46 +0300 Subject: [PATCH] lint Signed-off-by: Efrat19 --- cmd/helm/plugin_update.go | 4 ++-- cmd/helm/repo_list.go | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/helm/plugin_update.go b/cmd/helm/plugin_update.go index 8040789db..64e8bd6c7 100644 --- a/cmd/helm/plugin_update.go +++ b/cmd/helm/plugin_update.go @@ -35,9 +35,9 @@ type pluginUpdateOptions struct { func newPluginUpdateCmd(out io.Writer) *cobra.Command { o := &pluginUpdateOptions{} cmd := &cobra.Command{ - Use: "update ...", + Use: "update ...", Aliases: []string{"up"}, - Short: "update one or more Helm plugins", + Short: "update one or more Helm plugins", PreRunE: func(cmd *cobra.Command, args []string) error { return o.complete(args) }, diff --git a/cmd/helm/repo_list.go b/cmd/helm/repo_list.go index 99452ec2d..b0050682a 100644 --- a/cmd/helm/repo_list.go +++ b/cmd/helm/repo_list.go @@ -31,10 +31,10 @@ import ( func newRepoListCmd(out io.Writer) *cobra.Command { var output string cmd := &cobra.Command{ - Use: "list", + Use: "list", Aliases: []string{"ls"}, - Short: "list chart repositories", - Args: require.NoArgs, + Short: "list chart repositories", + Args: require.NoArgs, RunE: func(cmd *cobra.Command, args []string) error { // validate the output format first so we don't waste time running a // request that we'll throw away