From 677cdff228df3d08ee1c480534aaba1e05e5164d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 28 Dec 2013 12:47:13 +0000 Subject: [PATCH] Fix Homebrew/python case. --- Library/Homebrew/blacklist.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 5ed0ac459e..692a387fca 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: