Merge pull request #1709 from kemenaran/patch-1

app.py: fix typo in log statement
This commit is contained in:
Alexandre Aubin 2023-09-07 19:40:03 +02:00 committed by GitHub
commit e1aeacbc49
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)