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