Skip to content

Commit

Permalink
redirect registry client output to stderr
Browse files Browse the repository at this point in the history
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
  • Loading branch information
jouve committed Oct 27, 2022
1 parent 7ed9d16 commit 1535ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/helm/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func newRootCmd(actionConfig *action.Configuration, out io.Writer, args []string
registryClient, err := registry.NewClient(
registry.ClientOptDebug(settings.Debug),
registry.ClientOptEnableCache(true),
registry.ClientOptWriter(out),
registry.ClientOptWriter(os.Stderr),
registry.ClientOptCredentialsFile(settings.RegistryConfig),
)
if err != nil {
Expand Down

0 comments on commit 1535ad5

Please sign in to comment.