Merge pull request #3149 from reitermarkus/method-name
Fix method name.
This commit is contained in:
commit
66d5b06bbd
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user