linux/bundle/skipper: fix skipper logic.
This should be reversed to work as expected on Linux.
This commit is contained in:
parent
76e154fe82
commit
11875cde2f
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user