Skip to content

Commit

Permalink
Download remote chart to Archive dir
Browse files Browse the repository at this point in the history
  • Loading branch information
codenio authored and databus23 committed Feb 28, 2018
1 parent 3df938a commit 1d3b781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func locateChartPath(name, version string, verify bool, keyring string) (string,
dl.Verify = downloader.VerifyAlways
}

filename, _, err := dl.DownloadTo(name, version, ".")
filename, _, err := dl.DownloadTo(name, version, helmpath.Home(homePath()).Archive())
if err == nil {
lname, err := filepath.Abs(filename)
if err != nil {
Expand Down

0 comments on commit 1d3b781

Please sign in to comment.