Skip to content

Commit

Permalink
Merge pull request #1709 from kemenaran/patch-1
Browse files Browse the repository at this point in the history
app.py: fix typo in log statement
  • Loading branch information
alexAubin authored Sep 7, 2023
2 parents 3dfab89 + 79e41a1 commit e1aeacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e1aeacb

Please sign in to comment.