Skip to content

Commit

Permalink
Merge pull request #12067 from radeksimko/yellow-warnings
Browse files Browse the repository at this point in the history
Change warning from red to yellow
  • Loading branch information
radeksimko committed Jun 23, 2015
2 parents 35f6a68 + 7967d9f commit bcdd427
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 bcdd427

Please sign in to comment.