aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.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/internal_stanza.rb
parentd7af864be0e64c830a4c9944980bece19a60872d (diff)
downloadbrew-ed10135da4fbabca2798afe949b6f5af9544ec9f.tar.bz2
Replace `Hbc.load` with `CaskLoader.load`.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb b/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb
index c54db8795..303aa7ffe 100644
--- a/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb
@@ -84,7 +84,7 @@ module Hbc
print "#{cask_token}\t" if table
begin
- cask = Hbc.load(cask_token)
+ cask = CaskLoader.load(cask_token)
rescue StandardError
opoo "Cask '#{cask_token}' was not found" unless quiet
puts ""