Skip to content

Commit

Permalink
Switch command logging from yellow to magenta. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
grayside authored and febbraro committed Nov 11, 2017
1 parent 80aaf4e commit c83dcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/shell_exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (x Executor) Start() error {

// Log verbosely logs the command.
func (x Executor) Log(tag string) {
color.Set(color.FgYellow)
color.Set(color.FgMagenta)
Logger().Verbose.Printf("%s: %s", tag, x.ToString())
color.Unset()
}
Expand Down

0 comments on commit c83dcd5

Please sign in to comment.