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 {