mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix rename variable
This commit is contained in:
parent
ceeb34f68e
commit
8dd3986cac
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ def app_upgrade(app=[], url=None, file=None, force=False):
|
|||
env_dict["YNH_APP_INSTANCE_NUMBER"] = str(app_instance_nb)
|
||||
env_dict["YNH_APP_UPGRADE_TYPE"] = upgrade_type
|
||||
env_dict["YNH_APP_MANIFEST_VERSION"] = app_new_version
|
||||
env_dict["YNH_APP_CURRENT_VERSION"] = app_actual_version
|
||||
env_dict["YNH_APP_CURRENT_VERSION"] = app_current_version
|
||||
|
||||
# Start register change on system
|
||||
related_to = [('app', app_instance_name)]
|
||||
|
|
Loading…
Add table
Reference in a new issue