formula_installer: fix installation of local bottles
This commit is contained in:
parent
461004db30
commit
f1e4add444
@ -150,6 +150,8 @@ class FormulaInstaller
|
||||
return false
|
||||
end
|
||||
|
||||
return true if formula.local_bottle_path.present?
|
||||
|
||||
bottle = formula.bottle_for_tag(Utils::Bottles.tag.to_sym)
|
||||
return false if bottle.nil?
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user