summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.tools/scripts/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh
index 15cede3f2..4ba848e2b 100755
--- a/.tools/scripts/init.sh
+++ b/.tools/scripts/init.sh
@@ -172,7 +172,7 @@ function do_init {
rm -rf server-code
gitclone https://gitlab.com/evol hercules.git server-code
check_error $?
- cd server-code/src ; git checkout s20180713
+ cd server-code/src ; git checkout s20180726
check_error $?
gitclone https://gitlab.com/TMW2 evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd ..
check_error $?