This commit is contained in:
uberj 2014-05-30 10:47:12 -07:00
Родитель e8845853cc
Коммит 968e89d1e0
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -104,9 +104,9 @@ def pre_update(ctx, ref=settings.UPDATE_REF):
@task
def update(ctx):
update_assets()
update_db()
update_oauth_credentials()
update_assets(ctx)
update_db(ctx)
update_oauth_credentials(ctx)
@task