Skip to content

Commit

Permalink
Fix warning output style
Browse files Browse the repository at this point in the history
  • Loading branch information
falvarez committed Sep 21, 2016
1 parent db0f060 commit 9ea51fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Constants
const CHARACTER_PROGRESS_BAR = '<fg=green>=</fg=green>';
const CHARACTER_BEER = "\xF0\x9F\x8D\xBA";

const WARNING_MESSAGE_WRAPPER = '<bg=yellow>%s</bg=yellow>';
const WARNING_MESSAGE_WRAPPER = '<bg=yellow;fg=black>%s</bg=yellow;fg=black>';
const ERROR_MESSAGE_WRAPPER = '<bg=red>%s</bg=red>';

const RETURN_CODE_OK = 0;
Expand Down

0 comments on commit 9ea51fa

Please sign in to comment.