From ee57bcc964d3173ba0a5d217238d48bdfaa74238 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 18 Jul 2023 16:11:43 +0200 Subject: [PATCH] Little update --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e867b4e..7253330 100644 --- a/build.sh +++ b/build.sh @@ -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."