Merge pull request #4183 from commitay/upgrade-cache

cask upgrade: ensure cache exists
This commit is contained in:
commitay 2018-05-18 09:37:14 +10:00 committed by GitHub
commit ed830c7831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,10 @@ module Hbc
def self.help
"upgrades all outdated casks"
end
def self.needs_init?
true
end
end
end
end