Fixed typo

This commit is contained in:
Wedge 2016-02-24 17:07:40 +03:00
parent 636ae70c45
commit bf798982ee
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ module AbfWorkerMethods
def restart_job def restart_job
update_build_sets update_build_sets
Redis.current.push "resque:queue:#{worker_queue_with_priority}", Redis.current.rpush "resque:queue:#{worker_queue_with_priority}",
Resque.encode({'class' => worker_queue_class, 'args' => [abf_worker_args]}) Resque.encode({'class' => worker_queue_class, 'args' => [abf_worker_args]})
end end