From be8c2035971abcca5ae500d3680dfced919f1a95 Mon Sep 17 00:00:00 2001 From: Filip Krakowski Date: Fri, 9 Sep 2022 13:40:14 +0200 Subject: [PATCH] Fix go linting errors Signed-off-by: Filip Krakowski --- cmd/helm/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/create.go b/cmd/helm/create.go index e8629b867..2b5a2ce9f 100644 --- a/cmd/helm/create.go +++ b/cmd/helm/create.go @@ -23,9 +23,9 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - "helm.sh/helm/v3/pkg/chart" "helm.sh/helm/v3/cmd/helm/require" + "helm.sh/helm/v3/pkg/chart" "helm.sh/helm/v3/pkg/chartutil" "helm.sh/helm/v3/pkg/helmpath" )