forked from ungleich-public/cdist
extend not append
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
f031a40746
commit
72fb77f135
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class Remote(object):
|
|||
# variable declarations
|
||||
if env:
|
||||
remote_env = ["%s=%s" % item for item in env.items()]
|
||||
cmd.append(remote_env)
|
||||
cmd.extend(remote_env)
|
||||
|
||||
cmd.extend(command)
|
||||
|
||||
|
|
Loading…
Reference in a new issue