mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 08:58:33 +00:00
autoconf - fix wrong variable name for environment
This commit is contained in:
parent
5cb61380d7
commit
7bba81b16b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class SwarmController(Controller, ConfigCaller) :
|
|||
variable = env.split("=")[0]
|
||||
value = env.replace(variable + "=", "", 1)
|
||||
if self._is_setting(variable) :
|
||||
instance["env"][variable] = value
|
||||
instance_env[variable] = value
|
||||
for task in controller_instance.tasks() :
|
||||
instance = {}
|
||||
instance["name"] = task["ID"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue