forked from ungleich-public/cdist
give me a big F
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
eb2512d4a2
commit
be2efbbb0d
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class Cdist:
|
|||
# and sh -c -e does not exit if /bin/false called
|
||||
args[0][:0] = [ "/bin/sh", "-e" ]
|
||||
|
||||
remote = false
|
||||
remote = False
|
||||
if "remote" in kargs:
|
||||
if kargs["remote"]:
|
||||
args[0][:0] = self.remote_prefix
|
||||
|
|
Loading…
Reference in a new issue