brew doctor - remove double negative

This commit is contained in:
Adam Vandenberg 2010-10-02 10:28:43 -07:00
parent b9dc3c6527
commit 25f6bffa30

View File

@ -236,8 +236,8 @@ end
def check_homebrew_prefix def check_homebrew_prefix
unless HOMEBREW_PREFIX.to_s == '/usr/local' unless HOMEBREW_PREFIX.to_s == '/usr/local'
puts <<-EOS.undent puts <<-EOS.undent
You can install Homebrew anywhere you want, but some brews may not work You can install Homebrew anywhere you want, but some brews may only work
correctly if you're not installing to /usr/local. correctly if you install to /usr/local.
EOS EOS
end end