Merge pull request #19625 from Homebrew/fix_linux_bundle_skipper

linux/bundle/skipper: fix skipper logic.
This commit is contained in:
Mike McQuaid 2025-03-27 12:19:02 +00:00 committed by GitHub
commit 928985103d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,9 +22,9 @@ module OS
installer = ::Cask::Installer.new(cask)
installer.check_stanza_os_requirements
true
rescue ::Cask::CaskError
false
rescue ::Cask::CaskError
true
end
def skip?(entry, silent: false)