Little update

This commit is contained in:
BuildTools 2023-07-18 16:09:19 +02:00
parent 6ffd8075ea
commit fcdbddb745
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" java -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."