diff options
| author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2023-03-23 14:21:56 +0100 |
|---|---|---|
| committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2023-03-23 14:21:56 +0100 |
| commit | b80ff39d82cadf5f61e65e022d6e828496b091ef (patch) | |
| tree | 4f791de72e4bf8b060178929141270a70abaef0e | |
| parent | 2079eba1f9ff6b022c4640aeb6d46d3834e2eb1f (diff) | |
| download | lombok-master.tar.gz lombok-master.tar.bz2 lombok-master.zip | |
| -rw-r--r-- | buildScripts/website.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 51759475..414fbb92 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -283,7 +283,7 @@ such as applying the templates to produce the website, converting the changelog </target> <target name="-edge.website.tohost" depends="edge.website, -website.init-hostgit, -website.pull-hostgit"> - <copy file="build/website-edge/download-edge.html" todir="${loc.hostingsite}/website" /> + <copy file="build/website-edge/download-edge.html" todir="${loc.hostingGit}/website" /> </target> <target name="-edge.website.publish" depends="-edge.website.tohost, -website.commit-and-push-hostgit" /> |
