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 Vincent De Oliveira committed Aug 13, 2020
1 parent 5ee054d commit f294da6
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 @@ -113,7 +113,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 f294da6

Please sign in to comment.