Skip to content
Snippets Groups Projects
Commit b5c0f9ea authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Fix brew --cellar foo

parent 6fda61cd
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ module Homebrew extend self
if ARGV.named.empty?
puts HOMEBREW_CELLAR
else
puts ARGV.formulae.map{ |f| HOMEBREW_CELLAR+f }
puts ARGV.formulae.map{ |f| HOMEBREW_CELLAR+f.name }
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment