diff options
| author | Michael Christen <Orbiter@users.noreply.github.com> | 2026-01-03 03:40:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-03 03:40:07 +0100 |
| commit | 08530c252bc882a5c79aa805883b732d0d460eaf (patch) | |
| tree | 40072665fd355d4cfa5575bd2d8cc37bb466bdc1 | |
| parent | 49f445d556ee98c494760e08d44b40455e392a13 (diff) | |
| parent | 9e143160ddd6834db5e5e7725697fb353f39590b (diff) | |
Merge pull request #747 from Al2Klimov/patch-1
Fix typo in echo message for downloading ivy
| -rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
