mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Bad call
This commit is contained in:
parent
9e1dac99f7
commit
e56f8dafbb
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ def app_upgrade(auth, app=[], url=None, file=None):
|
|||
|
||||
# Start register change on system
|
||||
related_to = [('app', app_instance_name)]
|
||||
uo = unitoperation('app_upgrade', related_to, env=env_dict)
|
||||
uo = UnitOperation('app_upgrade', related_to, env=env_dict)
|
||||
uo.start()
|
||||
|
||||
# Execute App upgrade script
|
||||
|
|
Loading…
Add table
Reference in a new issue