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
|
module ClassMethods
|
||||||
def all
|
def all
|
||||||
@all_casks ||= {}
|
all_tokens.map(&CaskLoader.public_method(:load))
|
||||||
all_tokens.map { |t| @all_casks[t] ||= load(t) }
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def all_tapped_cask_dirs
|
def all_tapped_cask_dirs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user