Little update

This commit is contained in:
BuildTools 2023-07-18 16:10:36 +02:00
parent fcdbddb745
commit eade050b2c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if [ -z "$(git log HEAD..origin/master --oneline)" ]; then
mkdir "$1" mkdir "$1"
cd "$1" cd "$1"
java -jar ../BuildTools.jar --rev "$1" -Xmx1024M java -Xmx1024M -jar ../BuildTools.jar --rev "$1" -Xmx1024M
fi fi
else else
echo "It looks like there are incomming updates to this repository. Pulling those changes now." echo "It looks like there are incomming updates to this repository. Pulling those changes now."