]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fix typo
authorHolger Levsen <holger@layer-acht.org>
Thu, 1 Sep 2011 17:27:34 +0000 (19:27 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 1 Sep 2011 17:27:34 +0000 (19:27 +0200)
build.py

index ef73b9057baf096e2d59a333cfffaf404cc30577..ae3ccf2c9f101d4c0e4c779b57af944d93822b95 100755 (executable)
--- 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()