mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
audit: make min OS check depend on online?
This commit is contained in:
parent
b27aeb8f94
commit
73d124f342
@ -546,6 +546,7 @@ module Cask
|
||||
end
|
||||
|
||||
def check_livecheck_min_os
|
||||
return unless online?
|
||||
return unless cask.livecheckable?
|
||||
return unless cask.livecheck.strategy == :sparkle
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user