Skip to content

Commit

Permalink
Merge pull request #15874 from p-linnane/quieter-livecheck
Browse files Browse the repository at this point in the history
Livecheck: allow quiet output with `--newer-only`
  • Loading branch information
MikeMcQuaid committed Aug 16, 2023
2 parents b3db5c7 + 1c4073d commit 020508b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/livecheck/livecheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def run_checks(
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

Expand Down

0 comments on commit 020508b

Please sign in to comment.