summaryrefslogtreecommitdiff
path: root/.tools/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to '.tools/deploy.sh')
-rwxr-xr-x.tools/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/deploy.sh b/.tools/deploy.sh
index 7184f4b8..cce9f99e 100755
--- a/.tools/deploy.sh
+++ b/.tools/deploy.sh
@@ -27,7 +27,7 @@ check_error $?
cp -r upload/* ../../clientdata/public
cd ../../clientdata
-gitclone https://gitlab.com/4144 pagesindexgen.git pagesindexgen
+gitclone https://gitlab.com/themanaworld/manaplus/ pagesindexgen.git pagesindexgen
cd pagesindexgen
./pagesindexgen.py ../public
check_error $?