mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Feed apps argument to app_upgrade
This commit is contained in:
parent
a16fb94d82
commit
9e3d302832
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ def tools_upgrade(operation_logger, auth, apps=None, system=False):
|
||||||
|
|
||||||
if apps is not None:
|
if apps is not None:
|
||||||
try:
|
try:
|
||||||
app_upgrade(auth)
|
app_upgrade(auth, app=apps)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
failure = True
|
failure = True
|
||||||
logger.warning('unable to upgrade apps: %s' % str(e))
|
logger.warning('unable to upgrade apps: %s' % str(e))
|
||||||
|
|
Loading…
Add table
Reference in a new issue