Skip to content
Snippets Groups Projects
Commit 30582a5f authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #2486 from reitermarkus/fix-audit

Fix `brew cask audit` not working without argument.
parents 48e8cf75 2631474f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment