summaryrefslogtreecommitdiff
path: root/build.ant
diff options
context:
space:
mode:
Diffstat (limited to 'build.ant')
-rw-r--r--build.ant2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.ant b/build.ant
index 0a673094..5b8d46cd 100644
--- a/build.ant
+++ b/build.ant
@@ -51,7 +51,7 @@
<target name="deploy-local.clean">
- <mkdir dir="${targetDeploymentDir}" description="bootstap if missing" />
+ <mkdir dir="${targetDeploymentDir}" description="bootstrap if missing" />
<!-- bin/ -> link: avoid specifying followsymlinks on the following delete task -->
<symlink action="delete" link="deploy-local/bin" />