--cellar: use ARGV.resolved_formulae
This commit is contained in:
parent
dcf0efc9d2
commit
75eac94b57
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user