Merge pull request #3149 from reitermarkus/method-name

Fix method name.
This commit is contained in:
Markus Reiter 2017-09-12 09:39:08 +02:00 committed by GitHub
commit 66d5b06bbd

View File

@ -12,7 +12,7 @@ module Hbc
if args.all? { |t| t =~ %r{^https?://} && t !~ /\.rb$/ } if args.all? { |t| t =~ %r{^https?://} && t !~ /\.rb$/ }
self.class.appcask_checkpoint_for_url(args) self.class.appcask_checkpoint_for_url(args)
else else
self.class.appcask_checkpoint(load_casks, calculate?) self.class.appcask_checkpoint(casks, calculate?)
end end
end end