From 92c7ba8fa58182f83ec1f4e2051ecf830f2a4547 Mon Sep 17 00:00:00 2001
From: David Georg Reichelt <davidgeorg_reichelt@dagere.de>
Date: Wed, 18 Aug 2021 17:51:58 +0200
Subject: [PATCH] Correct error message

---
 frameworks/common-functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/common-functions.sh b/frameworks/common-functions.sh
index 87a7610..20d483e 100644
--- a/frameworks/common-functions.sh
+++ b/frameworks/common-functions.sh
@@ -15,7 +15,7 @@ function cleanup-results() {
 function checkMoobenchApplication() {
 	if [ ! -f "MooBench.jar" ]
 	then
-		echo "MooBench.jar missing; please build it first using ../gradlew assemble in the benchmark folder"
+		echo "MooBench.jar missing; please build it first using ./gradlew assemble in the main folder"
 		exit 1
 	fi
 }
-- 
GitLab