aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/bottle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb
index caae9859c..9c01c968f 100644
--- a/Library/Homebrew/cmd/bottle.rb
+++ b/Library/Homebrew/cmd/bottle.rb
@@ -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