readall: allow readall-ing multiple taps at once
This commit is contained in:
parent
56458f03fc
commit
4c0e623bd4
@ -31,7 +31,7 @@ module Homebrew
|
||||
taps = if ARGV.named.empty?
|
||||
Tap
|
||||
else
|
||||
[Tap.fetch(ARGV.named.first)]
|
||||
ARGV.named.map { |t| Tap.fetch(t) }
|
||||
end
|
||||
taps.each do |tap|
|
||||
Homebrew.failed = true unless Readall.valid_tap?(tap, options)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user