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
|
end
|
||||||
|
|
||||||
def opoo warning
|
def opoo warning
|
||||||
$stderr.puts "#{Tty.red}Warning#{Tty.reset}: #{warning}"
|
$stderr.puts "#{Tty.yellow}Warning#{Tty.reset}: #{warning}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def onoe error
|
def onoe error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user