Make warnings yellow (previously red)

Closes Homebrew/homebrew#41003.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Radek Simko 2015-06-23 15:56:05 +01:00 committed by Dominyk Tiller
parent 75642e6271
commit 7069509545

View File

@ -55,7 +55,7 @@ def oh1 title
end
def opoo warning
$stderr.puts "#{Tty.red}Warning#{Tty.reset}: #{warning}"
$stderr.puts "#{Tty.yellow}Warning#{Tty.reset}: #{warning}"
end
def onoe error