diff options
| author | Max Howell | 2009-08-02 13:02:15 +0100 |
|---|---|---|
| committer | Max Howell | 2009-08-02 13:02:15 +0100 |
| commit | 263c3513a74a05dcbfa673578d3446e01b6e70e2 (patch) | |
| tree | c29cad9330c27d85f6320c7d7aae15ab44d75069 /bin | |
| parent | 0e40aa0fd4c9c3f8ccfb3de23b4d13d8df28a51c (diff) | |
| download | homebrew-263c3513a74a05dcbfa673578d3446e01b6e70e2.tar.bz2 | |
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 :)
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
