Update pkg/downloader/chart_downloader.go

Co-authored-by: Joe Julian <me@joejulian.name>
pull/10695/head
Daniel 4 years ago committed by GitHub
parent c1224e9562
commit 169ccbec54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,7 +111,7 @@ func (c *ChartDownloader) DownloadTo(ref, version, dest string) (string, *proven
destfile := filepath.Join(dest, name)
if err := fileutil.AtomicWriteFile(destfile, data, 0644); err != nil {
fmt.Fprintf(&out, "Chart downloaded to: %s\n", destfile)
fmt.Fprintf(c.Out, "Chart downloaded to: %s\n", destfile)
return destfile, nil, err
}

Loading…
Cancel
Save