mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
app.py: fix typo in log statement
This commit is contained in:
parent
3dfab89c1f
commit
79e41a1e4b
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ def app_upgrade(
|
||||||
and not no_safety_backup
|
and not no_safety_backup
|
||||||
):
|
):
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"Upgrade failed ... attempting to restore the satefy backup (Yunohost first need to remove the app for this) ..."
|
"Upgrade failed ... attempting to restore the safety backup (Yunohost first need to remove the app for this) ..."
|
||||||
)
|
)
|
||||||
|
|
||||||
app_remove(app_instance_name, force_workdir=extracted_app_folder)
|
app_remove(app_instance_name, force_workdir=extracted_app_folder)
|
||||||
|
|
Loading…
Add table
Reference in a new issue