mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] typo
Co-Authored-By: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
a283b436e1
commit
ef38f5e7b5
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ def app_upgrade(app=[], url=None, file=None):
|
||||||
|
|
||||||
# display this if there are remaining apps
|
# display this if there are remaining apps
|
||||||
if apps[number + 1:]:
|
if apps[number + 1:]:
|
||||||
logger.error(m18n.n('app_upgrade_stoped'))
|
logger.error(m18n.n('app_upgrade_stopped'))
|
||||||
not_upgraded_apps = apps[number:]
|
not_upgraded_apps = apps[number:]
|
||||||
# we don't want to continue upgrading apps here in case that breaks
|
# we don't want to continue upgrading apps here in case that breaks
|
||||||
# everything
|
# everything
|
||||||
|
|
Loading…
Add table
Reference in a new issue