aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli/audit.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-03-13 01:09:36 +0100
committerMarkus Reiter2017-03-16 19:16:42 +0100
commited10135da4fbabca2798afe949b6f5af9544ec9f (patch)
treefc9991edb93017eaab5fe4b26f781a45ad909b77 /Library/Homebrew/cask/lib/hbc/cli/audit.rb
parentd7af864be0e64c830a4c9944980bece19a60872d (diff)
downloadbrew-ed10135da4fbabca2798afe949b6f5af9544ec9f.tar.bz2
Replace `Hbc.load` with `CaskLoader.load`.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli/audit.rb')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/audit.rb b/Library/Homebrew/cask/lib/hbc/cli/audit.rb
index a06f71c60..ec1c33754 100644
--- a/Library/Homebrew/cask/lib/hbc/cli/audit.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli/audit.rb
@@ -40,7 +40,7 @@ module Hbc
if cask_tokens.empty?
Hbc.all
else
- cask_tokens.map { |token| Hbc.load(token) }
+ cask_tokens.map { |token| CaskLoader.load(token) }
end
end