aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-25 11:26:00 -0700
committerAdam Vandenberg2010-07-25 11:26:00 -0700
commit5d3a226149debf405753b439a88bd76264467b80 (patch)
treeb8bdfbd8007d44df20a585a98c50600c6b8e8a5e /bin
parent16bc177a4a894650809a1990fa6c8d184ba23d93 (diff)
downloadbrew-5d3a226149debf405753b439a88bd76264467b80.tar.bz2
Fix brew info --all
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index e1d162c3b..50be3fbe9 100755
--- a/bin/brew
+++ b/bin/brew
@@ -234,7 +234,7 @@ begin
if ARGV.include? "--all"
require 'formula'
Formulary.names.each do |name|
- info name
+ info Formula.factory(name)
puts '---'
end
else