[refs #893] fix error

This commit is contained in:
Alexander Machehin 2013-02-12 19:11:07 +06:00
parent ba68fa6043
commit 20baf2b265
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module AbfWorker
AbfWorker::BuildListsPublishTaskManager.unlock_repository options['id']
else
if options['extra']['regenerate'] # Regenerate metadata
AbfWorker::BuildListsPublishTaskManager.unlock_rep_and_platform nil, options['lock_str']
AbfWorker::BuildListsPublishTaskManager.unlock_rep_and_platform nil, options['extra']['lock_str']
elsif options['extra']['create_container'] # Container has been created
case status
when COMPLETED