From 37c33199820fab47d1a0462ce49e79ff642a5db2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 29 Apr 2024 14:17:27 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 95d5b18..1d3f669 100644 --- a/src/install.sh +++ b/src/install.sh @@ -326,7 +326,7 @@ downloadImage() { fi if ! validVersion "$version"; then - error "Invalid VERSION value: $version" && return 1 + error "Invalid VERSION, value \"$version\" is not recognized!" && return 1 fi desc=$(printVersion "$version" "Windows")