update-report: skip non git tap
This commit is contained in:
parent
bb5cf70a02
commit
826f65cc2f
@ -29,6 +29,7 @@ module Homebrew
|
||||
|
||||
updated_taps = []
|
||||
Tap.each do |tap|
|
||||
next unless tap.git?
|
||||
tap.path.cd do
|
||||
updater = Reporter.new(tap.path)
|
||||
updated_taps << tap.name if updater.updated?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user