From b35497877d4a4290adc59979d76ac8d65e5d5875 Mon Sep 17 00:00:00 2001 From: Trond Hindenes Date: Sat, 7 Dec 2019 12:22:53 +0100 Subject: [PATCH] Fix imports grouping issue Signed-off-by: Trond Hindenes --- cmd/helm/repo_add.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/repo_add.go b/cmd/helm/repo_add.go index 3588e1e41..8450e78dc 100644 --- a/cmd/helm/repo_add.go +++ b/cmd/helm/repo_add.go @@ -22,7 +22,6 @@ import ( "io" "io/ioutil" "os" - "path/filepath" "strings" "time" @@ -34,6 +33,7 @@ import ( "helm.sh/helm/v3/cmd/helm/require" "helm.sh/helm/v3/pkg/getter" "helm.sh/helm/v3/pkg/repo" + "path/filepath" ) type repoAddOptions struct {