diff options
Diffstat (limited to 'buildScripts/website.ant.xml')
-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" /> |