summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Christen <Orbiter@users.noreply.github.com>2026-01-03 03:40:07 +0100
committerGitHub <noreply@github.com>2026-01-03 03:40:07 +0100
commit08530c252bc882a5c79aa805883b732d0d460eaf (patch)
tree40072665fd355d4cfa5575bd2d8cc37bb466bdc1
parent49f445d556ee98c494760e08d44b40455e392a13 (diff)
parent9e143160ddd6834db5e5e7725697fb353f39590b (diff)
Merge pull request #747 from Al2Klimov/patch-1
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 466fe093e..2aad2974a 100644
--- a/build.xml
+++ b/build.xml
@@ -72,7 +72,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>