diff options
Diffstat (limited to '.tools')
-rwxr-xr-x | .tools/scripts/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index e920f9f87..2e9b84175 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -174,7 +174,7 @@ function do_init { check_error $? cd server-code/src check_error $? - gitclone https://gitlab.com/evol evol-hercules.git evol + gitclone https://gitlab.com/TMW2 evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd .. check_error $? cd ../.. check_error $? |