]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fix typo
authorRobin Wittler <robin.wittler@profitbricks.com>
Wed, 7 Sep 2011 09:55:42 +0000 (11:55 +0200)
committerRobin Wittler <robin.wittler@profitbricks.com>
Wed, 7 Sep 2011 09:55:42 +0000 (11:55 +0200)
build.py

index 4a69afbc432b58fc0ad8ba7648ce378c7be7d3d2..d5c52b4de8043cad0a95492eaf819543423d4ee6 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -169,7 +169,7 @@ def create_dput_cfg():
 
 
 def remove_git_target_workspace():
-    if not os.path.exists(GIT_TRAGET_WORKSPACE):
+    if not os.path.exists(GIT_TARGET_WORKSPACE):
         return True
 
     try: