FIX brew info when keg installed

I keep breaking this stuff, need more tests, and well I think it's due to
developing on multiple machines and having different states of checkouts. So
apologies, I'll FIX myself too :)
This commit is contained in:
Max Howell 2009-08-02 13:02:15 +01:00
parent d10192e077
commit 5aae0ce18b

View File

@ -275,6 +275,7 @@ begin
puts "#{frm.name} #{frm.version}"
puts frm.homepage
if frm.installed?
require 'keg'
keg=Keg.new frm
puts "#{abv keg} (installed to #{keg.path})"
end