Skip to content

Commit 1d3b781

Browse files
codeniodatabus23
authored andcommitted
Download remote chart to Archive dir
1 parent 3df938a commit 1d3b781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func locateChartPath(name, version string, verify bool, keyring string) (string,
7676
dl.Verify = downloader.VerifyAlways
7777
}
7878

79-
filename, _, err := dl.DownloadTo(name, version, ".")
79+
filename, _, err := dl.DownloadTo(name, version, helmpath.Home(homePath()).Archive())
8080
if err == nil {
8181
lname, err := filepath.Abs(filename)
8282
if err != nil {

0 commit comments

Comments
 (0)