Skip to content

Commit

Permalink
Merge pull request #34 from mattn/palette
Browse files Browse the repository at this point in the history
palette is not colored on windows
  • Loading branch information
owenthereal committed Nov 27, 2015
2 parents bf0f28e + 22573f2 commit a38b12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (c *ccatCmd) Run(cmd *cobra.Command, args []string) {
}

if c.ShowPalette {
fmt.Printf(`Applied color codes:
fmt.Fprintf(stdout, `Applied color codes:
%s
Expand Down

0 comments on commit a38b12f

Please sign in to comment.