Fix brew info
This commit is contained in:
parent
3b106ea205
commit
c5a1171620
4
bin/brew
4
bin/brew
@ -216,8 +216,8 @@ begin
|
|||||||
if ARGV.named.empty?
|
if ARGV.named.empty?
|
||||||
if ARGV.include? "--all"
|
if ARGV.include? "--all"
|
||||||
require 'formula'
|
require 'formula'
|
||||||
Formulary.names.each do |name|
|
Formula.all.each do |f|
|
||||||
info Formula.factory(name)
|
info f
|
||||||
puts '---'
|
puts '---'
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user