update-report: don't try to report Homebrew/core if not needed
This commit is contained in:
parent
fba8dd6705
commit
a1ecb02736
@ -102,6 +102,7 @@ module Homebrew
|
|||||||
updated_taps = []
|
updated_taps = []
|
||||||
Tap.each do |tap|
|
Tap.each do |tap|
|
||||||
next unless tap.git?
|
next unless tap.git?
|
||||||
|
next if tap.core_tap? && ENV["HOMEBREW_JSON_CORE"].present?
|
||||||
|
|
||||||
begin
|
begin
|
||||||
reporter = Reporter.new(tap)
|
reporter = Reporter.new(tap)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user