diff --git a/bin/cdist b/bin/cdist index 1e6fc45b..9f713ee3 100755 --- a/bin/cdist +++ b/bin/cdist @@ -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