diff options
| author | Alexander Aleksandrovič Klimov <a@kli.mov> | 2025-12-23 13:50:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-23 13:50:30 +0000 |
| commit | 9e143160ddd6834db5e5e7725697fb353f39590b (patch) | |
| tree | f3fa5b89af62acb4ab2126b2a8ca61c40e6b2a4a /build.xml | |
| parent | c5801d3215a0969bcf90fb2d882775302cd92f19 (diff) | |
Fix typo in echo message for downloading ivy
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
