Call the update_index in the correct manner

This commit is contained in:
Roberto Rosario
2012-05-22 23:25:55 -04:00
parent 1792599411
commit 895a5c7e76

View File

@@ -48,7 +48,7 @@ def search_index_update():
logger.debug('acquired lock: %s' % lock_id)
logger.debug('Executing haystack\'s index update command')
call_command('update_index --mayan_runtime')
call_command('update_index', '--mayan_runtime')
lock.release()
except LockError: