From 25f6bffa3097e420193a8f427eacdf9f8f045556 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 2 Oct 2010 10:28:43 -0700 Subject: [PATCH] brew doctor - remove double negative --- Library/Homebrew/brew_doctor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/brew_doctor.rb b/Library/Homebrew/brew_doctor.rb index 7e9935c17d..7707a05ab1 100644 --- a/Library/Homebrew/brew_doctor.rb +++ b/Library/Homebrew/brew_doctor.rb @@ -236,8 +236,8 @@ end def check_homebrew_prefix unless HOMEBREW_PREFIX.to_s == '/usr/local' puts <<-EOS.undent - You can install Homebrew anywhere you want, but some brews may not work - correctly if you're not installing to /usr/local. + You can install Homebrew anywhere you want, but some brews may only work + correctly if you install to /usr/local. EOS end