app.py: fix typo in log statement

This commit is contained in:
Pierre de La Morinerie 2023-09-07 16:22:16 +02:00 committed by GitHub
parent 3dfab89c1f
commit 79e41a1e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)