Make warnings yellow (previously red)
Closes Homebrew/homebrew#41003. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
75642e6271
commit
7069509545
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user