diff options
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 5ed0ac459..692a387fc 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -27,7 +27,7 @@ def blacklisted? name sudo easy_install pip EOS when 'pil' then <<-EOS.undent - Instead of PIL, consider `pip install pillow` or `brew install homebrew/python/pillow`. + Instead of PIL, consider `pip install pillow` or `brew install Homebrew/python/pillow`. EOS when 'macruby' then <<-EOS.undent MacRuby works better when you install their package: |
