aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index 86d5b67cd..d962106da 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