Fix method name.

This commit is contained in:
Markus Reiter 2017-09-12 09:36:07 +02:00
parent becd8d8bc4
commit 57608170b2

View File

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