Skip to content

Commit

Permalink
Send update-check message to stderr (GoogleContainerTools#4655)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis authored and nkubala committed Aug 20, 2020
1 parent 481b056 commit c9b46ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skaffold/app/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func NewSkaffoldCommand(out, err io.Writer) *cobra.Command {
PersistentPostRun: func(cmd *cobra.Command, args []string) {
select {
case msg := <-updateMsg:
fmt.Fprintf(cmd.OutOrStdout(), "%s\n", msg)
fmt.Fprintf(cmd.OutOrStderr(), "%s\n", msg)
default:
}
// check if survey prompt needs to be displayed
Expand Down

0 comments on commit c9b46ec

Please sign in to comment.