diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-13 03:21:50 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-13 03:21:50 +0200 |
| commit | bf1fa1178437a53b33f22d4c3333a4b0d8cee22d (patch) | |
| tree | d424df65b3ede5d38ffe6a1988a57a0e47bc0582 | |
| parent | c842d3bad0d9b3f8b0ab04306bd90c14d7403e49 (diff) | |
build.ant: fix typo
| -rw-r--r-- | build.ant | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" /> |
