Skip to content

Commit

Permalink
fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
acc-jon committed Oct 1, 2020
1 parent 9c460f4 commit bbc2f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/output_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func NewOutputWriter(useColors bool) io.Writer {

// Color codes will corrupt output, so suppress if not on terminal
if useColors == true {
if useColors {
return termcolor.NewColorizedWriter(os.Stdout)
}
return os.Stdout
Expand Down

0 comments on commit bbc2f90

Please sign in to comment.