Skip to content

Commit

Permalink
💄 Info message are now in cyan
Browse files Browse the repository at this point in the history
  • Loading branch information
julien040 committed Dec 25, 2022
1 parent a147d5e commit de65a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/print/print.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func Message(message string, color Color) {
case Warning:
printColor.Yellow(message)
case Info:
printColor.Blue(message)
printColor.Cyan(message)
case Success:
printColor.Green(message)
case None:
Expand Down

0 comments on commit de65a95

Please sign in to comment.