update-report: still report homebrew/core changes if they are updated
This commit is contained in:
parent
dbcd764968
commit
aaaf92b905
@ -102,7 +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?
|
next if tap.core_tap? && ENV["HOMEBREW_JSON_CORE"].present? && args.preinstall?
|
||||||
|
|
||||||
begin
|
begin
|
||||||
reporter = Reporter.new(tap)
|
reporter = Reporter.new(tap)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user