From b80ff39d82cadf5f61e65e022d6e828496b091ef Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot <r.zwitserloot@projectlombok.org>
Date: Thu, 23 Mar 2023 14:21:56 +0100
Subject: [fixup]

---
 buildScripts/website.ant.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'buildScripts')

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" />
-- 
cgit