Skip to content

Commit

Permalink
Change warning from red to yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
Radek Simko committed Jun 23, 2015
1 parent 9bbac9d commit 7967d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hbc/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def ohai(title, *sput)

# originally from Homebrew
def opoo(warning)
$stderr.puts "#{Tty.red.underline}Warning#{Tty.reset}: #{warning}"
$stderr.puts "#{Tty.yellow.underline}Warning#{Tty.reset}: #{warning}"
end

# originally from Homebrew
Expand Down

0 comments on commit 7967d9f

Please sign in to comment.