Livecheck: allow quiet output with --newer-only

This commit is contained in:
Patrick Linnane 2023-08-15 17:43:36 -07:00
parent 385cf78efa
commit 1c4073df38
No known key found for this signature in database
GPG Key ID: 9F26181A1866DA0D

View File

@ -397,7 +397,7 @@ module Homebrew
end
end
puts "No newer upstream versions." if newer_only && !has_a_newer_upstream_version && !debug && !json
puts "No newer upstream versions." if newer_only && !has_a_newer_upstream_version && !debug && !json && !quiet
return unless json