reinstall: use ARGV.resolved_formulae
This commit is contained in:
parent
437a3182b0
commit
d338f291df
@ -2,7 +2,7 @@ require "formula_installer"
|
||||
|
||||
module Homebrew
|
||||
def reinstall
|
||||
ARGV.formulae.each { |f| reinstall_formula(f) }
|
||||
ARGV.resolved_formulae.each { |f| reinstall_formula(f) }
|
||||
end
|
||||
|
||||
def reinstall_formula f
|
||||
|
Loading…
x
Reference in New Issue
Block a user