diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/imagemagick.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index d72f0e1dd..00b123cf8 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -49,7 +49,7 @@ class Imagemagick < Formula def pour_bottle? # If libtool is keg-only it currently breaks the bottle. # This is a temporary workaround until we have a better fix. - not Formula.factory('libtool').keg_only? + not Formula["libtool"].keg_only? end skip_clean :la |
