Merge pull request #20453 from Homebrew/fix-quarantine

cask/quarantine: fix quarantine support
This commit is contained in:
Bevan Kay 2025-08-14 03:15:28 +00:00 committed by GitHub
commit 10b9da2d4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,9 +88,9 @@ module Cask
sig { returns(T::Boolean) }
def self.available?
@status ||= check_quarantine_support
@quarantine_support ||= check_quarantine_support
@status == :quarantine_available
@quarantine_support[0] == :quarantine_available
end
def self.detect(file)