From: Robin Wittler Date: Wed, 7 Sep 2011 09:55:42 +0000 (+0200) Subject: fix typo X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=2a53e3e7dd150e7095aa3abbe9fef1a8e68fac42;p=profitbricks%2Fjenkins-build-scripts.git fix typo --- diff --git a/build.py b/build.py index 4a69afb..d5c52b4 100755 --- 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: