diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 86d5b67cde..d962106da8 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -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