Merge pull request #2486 from reitermarkus/fix-audit
Fix `brew cask audit` not working without argument.
This commit is contained in:
commit
30582a5fbd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user