Merge pull request #15874 from p-linnane/quieter-livecheck
Livecheck: allow quiet output with `--newer-only`
This commit is contained in:
commit
020508b7b3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user