Commit 40396d67 authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #1685 from technosophos/fix/1574-fetch-output

fix(helm): suprress info message for 'helm inspect'
parents 1efe1f12 fc9cb126
......@@ -346,7 +346,9 @@ func locateChartPath(name, version string, verify bool, keyring string) (string,
if err != nil {
return filename, err
}
if flagDebug {
fmt.Printf("Fetched %s to %s\n", name, filename)
}
return lname, nil
} else if flagDebug {
return filename, err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment