Little update

This commit is contained in:
BuildTools 2023-07-18 16:11:43 +02:00
parent eade050b2c
commit ee57bcc964
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"
cd "$1"
java -Xmx1024M -jar ../BuildTools.jar --rev "$1" -Xmx1024M
java -Xmx1024M -jar ../BuildTools.jar --rev "$1"
fi
else
echo "It looks like there are incomming updates to this repository. Pulling those changes now."