Fix brew cask audit not working without argument.
This commit is contained in:
parent
48e8cf7568
commit
2631474f25
@ -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