From be2efbbb0db75fc0a437e4c81b79f355a4ce9b35 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 11 Sep 2011 21:16:42 +0200 Subject: [PATCH] give me a big F Signed-off-by: Nico Schottelius --- bin/cdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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