aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/--cellar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/--cellar.rb b/Library/Homebrew/cmd/--cellar.rb
index bf30a826c..02238cdb1 100644
--- a/Library/Homebrew/cmd/--cellar.rb
+++ b/Library/Homebrew/cmd/--cellar.rb
@@ -3,7 +3,7 @@ module Homebrew
if ARGV.named.empty?
puts HOMEBREW_CELLAR
else
- puts ARGV.formulae.map(&:rack)
+ puts ARGV.resolved_formulae.map(&:rack)
end
end
end