cask upgrade: ensure cache exists

This commit is contained in:
commitay 2018-05-18 08:18:35 +10:00
parent c28f56b7da
commit f2feb326f9

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