mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1709 from kemenaran/patch-1
app.py: fix typo in log statement
This commit is contained in:
commit
e1aeacbc49
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ def app_upgrade(
|
|||
and not no_safety_backup
|
||||
):
|
||||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue