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>
(cherry picked from commit 1535ad5)
  • Loading branch information
jouve authored and mattfarina committed Nov 10, 2022
1 parent 727bdf1 commit c3a62f7
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 c3a62f7

Please sign in to comment.