aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorXu Cheng2015-05-17 21:10:28 +0800
committerXu Cheng2015-05-27 13:53:42 +0800
commitd338f291df6bfb38ef9c3a48524c41b9fc6997e3 (patch)
treee51634211704b323a3fda63230e8a4a334eb7bbd /Library/Homebrew/cmd
parent437a3182b02bbd9c8bef23aad53b4b78c7f894b5 (diff)
downloadbrew-d338f291df6bfb38ef9c3a48524c41b9fc6997e3.tar.bz2
reinstall: use ARGV.resolved_formulae
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/reinstall.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/reinstall.rb b/Library/Homebrew/cmd/reinstall.rb
index 6fe07e3d9..b6acad568 100644
--- a/Library/Homebrew/cmd/reinstall.rb
+++ b/Library/Homebrew/cmd/reinstall.rb
@@ -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