mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo
This commit is contained in:
parent
c552b4f006
commit
93813e773f
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,7 @@ def _tools_migrations_run_after_system_restore(backup_version):
|
|||
raise
|
||||
|
||||
|
||||
def _tools_migrations_run_after_system_restore(backup_version, app_id):
|
||||
def _tools_migrations_run_before_app_restore(backup_version, app_id):
|
||||
|
||||
all_migrations = _get_migrations_list()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue