aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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