summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Aleksandrovič Klimov <a@kli.mov>2025-12-23 13:50:30 +0000
committerGitHub <noreply@github.com>2025-12-23 13:50:30 +0000
commit9e143160ddd6834db5e5e7725697fb353f39590b (patch)
treef3fa5b89af62acb4ab2126b2a8ca61c40e6b2a4a
parentc5801d3215a0969bcf90fb2d882775302cd92f19 (diff)
Fix typo in echo message for downloading ivy
-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>