Merge pull request #15874 from p-linnane/quieter-livecheck

Livecheck: allow quiet output with `--newer-only`
This commit is contained in:
Mike McQuaid 2023-08-16 08:41:25 +01:00 committed by GitHub
commit 020508b7b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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