[Fix bug 1242596] Change command order in update script.

This commit is contained in:
John Giannelos 2016-01-26 10:02:16 +01:00
Родитель 23ff2eb6f7
Коммит df1967329c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -183,8 +183,8 @@ def setup_dependencies(ctx):
@task
def pre_update(ctx, ref=settings.UPDATE_REF):
update_code(ref)
setup_dependencies()
update_info(ref)
setup_dependencies()
@task