summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index d99715406..ce10c81b9 100644
--- a/build.xml
+++ b/build.xml
@@ -68,7 +68,7 @@
<sequential unless:set="ivy.debian.exists">
<mkdir dir="${ivy.download.dir}"/>
- <echo message="downloading ivy (if not already there) to ${ify.download.file} ..."/>
+ <echo message="downloading ivy (if not already there) to ${ivy.download.file} ..."/>
<get src="https://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar" dest="${ivy.download.file}" skipexisting="true"/>
</sequential>