[refs #893] remove spaces

This commit is contained in:
Alexander Machehin 2013-02-12 17:16:19 +06:00
parent 677195b116
commit 2f86905e02
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module AbfWorker
def perform
return if status == STARTED # do nothing when publication started
if options['type'] == 'resign'
AbfWorker::BuildListsPublishTaskManager.unlock_repository options['id']
AbfWorker::BuildListsPublishTaskManager.unlock_repository options['id']
else
if options['extra']['regenerate'] # Regenerate metadata
AbfWorker::BuildListsPublishTaskManager.unlock_rep_and_platform nil, options['lock_str']