Skip to content

Commit

Permalink
Write error output to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Dec 12, 2014
1 parent 8d047cc commit 6f8f4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flint/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var run = func(c *cli.Context) {
return
}
if summary != nil {
summary.Print(os.Stdout, !c.Bool("no-color"))
summary.Print(os.Stderr, !c.Bool("no-color"))
os.Exit(summary.Severity())
}
}
Expand Down

0 comments on commit 6f8f4b2

Please sign in to comment.