From: Holger Levsen Date: Thu, 1 Sep 2011 17:27:34 +0000 (+0200) Subject: fix typo X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=37e851a905232192ea8b9d2ba347a716ca28ee77;p=profitbricks%2Fjenkins-build-scripts.git fix typo --- diff --git a/build.py b/build.py index ef73b90..ae3ccf2 100755 --- a/build.py +++ b/build.py @@ -294,7 +294,7 @@ if __name__ == '__main__': stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd='./', - universal_newlines=true + universal_newlines=True ) ret = git_log.wait()