Resolve type error
This commit is contained in:
parent
75179e9239
commit
ca90f9866a
@ -175,7 +175,7 @@ class FormulaInstaller
|
|||||||
|
|
||||||
unless bottle.compatible_locations?
|
unless bottle.compatible_locations?
|
||||||
if output_warning
|
if output_warning
|
||||||
prefix = Pathname(bottle.cellar).parent
|
prefix = Pathname(bottle.cellar.to_s).parent
|
||||||
opoo <<~EOS
|
opoo <<~EOS
|
||||||
Building #{formula.full_name} from source as the bottle needs:
|
Building #{formula.full_name} from source as the bottle needs:
|
||||||
- HOMEBREW_CELLAR: #{bottle.cellar} (yours is #{HOMEBREW_CELLAR})
|
- HOMEBREW_CELLAR: #{bottle.cellar} (yours is #{HOMEBREW_CELLAR})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user