mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update Library/Homebrew/reinstall.rb
Co-authored-by: Carlo Cabrera <github@carlo.cab>
This commit is contained in:
parent
a6aad3d12f
commit
ea240e5aad
@ -84,7 +84,7 @@ module Homebrew
|
|||||||
keg = install_context.keg
|
keg = install_context.keg
|
||||||
formula = install_context.formula
|
formula = install_context.formula
|
||||||
options = install_context.options
|
options = install_context.options
|
||||||
link_keg = keg.linked? if keg&.linked? || nil
|
link_keg = keg&.linked?
|
||||||
formula_installer.prelude
|
formula_installer.prelude
|
||||||
formula_installer.fetch
|
formula_installer.fetch
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user