diff --git a/frameworks/common-functions.sh b/frameworks/common-functions.sh
index 87a7610a5649169d7c62a7feb9681b96359d8879..20d483ed69e801c475b6c41f94c777a139ce02a9 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
 }