Merge pull request #2486 from reitermarkus/fix-audit

Fix `brew cask audit` not working without argument.
This commit is contained in:
Markus Reiter 2017-04-11 18:39:14 +02:00 committed by GitHub
commit 30582a5fbd

View File

@ -6,8 +6,7 @@ module Hbc
module ClassMethods
def all
@all_casks ||= {}
all_tokens.map { |t| @all_casks[t] ||= load(t) }
all_tokens.map(&CaskLoader.public_method(:load))
end
def all_tapped_cask_dirs