From 5fe2ca5181a4aef7867276988f2e6589d0c1a02a Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Fri, 9 Jun 2017 15:07:23 -0700 Subject: [PATCH] Added archive location to helm init --- cmd/helm/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/init.go b/cmd/helm/init.go index dab6e0bc7..0dde06b5a 100644 --- a/cmd/helm/init.go +++ b/cmd/helm/init.go @@ -273,6 +273,7 @@ func ensureDirectories(home helmpath.Home, out io.Writer) error { home.LocalRepository(), home.Plugins(), home.Starters(), + home.Archive(), } for _, p := range configDirectories { if fi, err := os.Stat(p); err != nil {