Fix brew --cellar foo
This commit is contained in:
parent
6fda61cde4
commit
b5c0f9ea03
@ -3,7 +3,7 @@ module Homebrew extend self
|
|||||||
if ARGV.named.empty?
|
if ARGV.named.empty?
|
||||||
puts HOMEBREW_CELLAR
|
puts HOMEBREW_CELLAR
|
||||||
else
|
else
|
||||||
puts ARGV.formulae.map{ |f| HOMEBREW_CELLAR+f }
|
puts ARGV.formulae.map{ |f| HOMEBREW_CELLAR+f.name }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user