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

cbrisson pushed a commit to branch site-builder
in repository https://gitbox.apache.org/repos/asf/velocity-site.git

commit 583ad522c33e56b67ad14bf49eaff382401fc88b
Author: Claude Brisson <[email protected]>
AuthorDate: Thu Jan 28 15:27:27 2021 +0100

    Use github rather than gitbox for production cloning
---
 builder/bin/builder.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/bin/builder.sh b/builder/bin/builder.sh
index ec60f1e..f7ac26a 100755
--- a/builder/bin/builder.sh
+++ b/builder/bin/builder.sh
@@ -50,7 +50,7 @@ then
     echo
     if [[ "$answer" =~ ^[Yy]$ ]]
     then
-        git clone --single-branch --branch asf-site 
https://gitbox.apache.org/repos/asf/velocity-site.git velocity-site-prod
+        git clone --single-branch --branch asf-site 
https://github.com/apache/velocity-site.git velocity-site-prod
     fi
 fi
 if test ! -d velocity-site-prod

Reply via email to