Merge pull request #12112 from Bo98/fi-local-bottle-path
formula_installer: fix installation of local bottles
This commit is contained in:
commit
c8266d5290
@ -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