bottle: use ARGV.resolved_formulae
This commit is contained in:
parent
ef3f0f0945
commit
8a4dcdd5a1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user