This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/causeway-site.git

commit 23c78ef60924991555245aaccdc96607b4c63d58
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Jan 14 00:01:15 2025 +0000

    updates copyover2.sh
---
 copyover2.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/copyover2.sh b/copyover2.sh
index 38a235adad..a9df1b2582 100755
--- a/copyover2.sh
+++ b/copyover2.sh
@@ -1,10 +1,11 @@
 #!/usr/bin/env bash
 
 #
-# This variant of copyover.sh assumes that the git repos have been checked out 
with an additional directory for the worktree.
+# This variant of copyover.sh assumes that the git repos have been checked out 
with an additional directory 
+# for the worktree of causeway
 #
-# github/apache/causeway/master
-# github/apache/causeway-site/asf-site
+# github/apache/causeway/main
+# github/apache/causeway-site
 #
 
 pushd content
@@ -14,7 +15,7 @@ do
 done
 popd
 
-pushd ../causeway/master
+pushd ../causeway/main
 cp -Rf antora/target/site/* ../../causeway-site/content/.
 popd
 

Reply via email to