Skip to content
Snippets Groups Projects
Commit 30a4161c authored by Dave Lee's avatar Dave Lee Committed by Adam Vandenberg
Browse files

Use Formula#installed_prefix for brew --prefix formula

parent 7c4289d4
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_PREFIX
else
puts ARGV.formulae.map{ |f| f.prefix }
puts ARGV.formulae.map{ |f| f.installed_prefix }
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