From 802a430300f1ea51165a65b6c6b5e5d03a5f0556 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:14:03 -0400 Subject: [PATCH] livecheck: omit skipped when --newer-only is used --- Library/Homebrew/livecheck/livecheck.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/livecheck/livecheck.rb b/Library/Homebrew/livecheck/livecheck.rb index b63a211417..7783f9c2a0 100644 --- a/Library/Homebrew/livecheck/livecheck.rb +++ b/Library/Homebrew/livecheck/livecheck.rb @@ -247,7 +247,7 @@ module Homebrew if skip_info.present? next skip_info if json - SkipConditions.print_skip_information(skip_info) unless quiet + SkipConditions.print_skip_information(skip_info) if !newer_only && !quiet next end