Skip to content

Commit

Permalink
imagemagick: use Formula[]
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Feb 27, 2014
1 parent 2573abb commit f10e596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/imagemagick.rb
Expand Up @@ -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
Expand Down

0 comments on commit f10e596

Please sign in to comment.