bottle: use ARGV.resolved_formulae

This commit is contained in:
Xu Cheng 2015-05-17 20:02:31 +08:00
parent ef3f0f0945
commit 8a4dcdd5a1

View File

@ -291,7 +291,7 @@ module Homebrew
def bottle
merge if ARGV.include? '--merge'
ARGV.formulae.each do |f|
ARGV.resolved_formulae.each do |f|
bottle_formula f
end
end