aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_installer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/formula_installer.rb')
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 184a50e81..2fecdf944 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -211,7 +211,7 @@ class FormulaInstaller
return if ARGV.force?
conflicts = f.conflicts.reject do |c|
- keg = Formula.factory(c.name).prefix
+ keg = Formulary.factory(c.name).prefix
not keg.directory? && Keg.new(keg).linked?
end