mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
commit
496625919d
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ def app_upgrade(app=[], url=None, file=None, force=False, no_safety_backup=False
|
|||
logger.warning(m18n.n("custom_app_url_required", app=app_instance_name))
|
||||
continue
|
||||
elif app_dict["upgradable"] == "yes" or force:
|
||||
new_app_src = app_dict["id"]
|
||||
new_app_src = app_dict["manifest"]["id"]
|
||||
else:
|
||||
logger.success(m18n.n("app_already_up_to_date", app=app_instance_name))
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue