From 2a53e3e7dd150e7095aa3abbe9fef1a8e68fac42 Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Wed, 7 Sep 2011 11:55:42 +0200 Subject: [PATCH] fix typo --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5