livecheck: omit skipped when --newer-only is used
This commit is contained in:
parent
a3d14ffb90
commit
802a430300
@ -247,7 +247,7 @@ module Homebrew
|
|||||||
if skip_info.present?
|
if skip_info.present?
|
||||||
next skip_info if json
|
next skip_info if json
|
||||||
|
|
||||||
SkipConditions.print_skip_information(skip_info) unless quiet
|
SkipConditions.print_skip_information(skip_info) if !newer_only && !quiet
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user