diff options
| author | Adam Vandenberg | 2010-07-25 11:30:27 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-08-07 18:08:49 -0700 | 
| commit | 7a4984c3b676f25564ca8976a5849ffc98e7474d (patch) | |
| tree | 19ae87054cbed4c245f974404b73d31a1fd78abb /bin | |
| parent | c6ce36300a90c72813596b76c7cebed2d9370e39 (diff) | |
| download | homebrew-7a4984c3b676f25564ca8976a5849ffc98e7474d.tar.bz2 | |
Fix brew info
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -216,8 +216,8 @@ begin        if ARGV.named.empty?          if ARGV.include? "--all"            require 'formula' -          Formulary.names.each do |name| -            info Formula.factory(name) +          Formula.all.each do |f| +            info f              puts '---'            end          else  | 
