From 5fe63a151440821f9ed36b9416ea2c6724794038 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Mon, 11 Mar 2024 19:14:08 +0100
Subject: [PATCH] changed error msg

---
 installer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installer.sh b/installer.sh
index 1ca8773..dc33177 100644
--- a/installer.sh
+++ b/installer.sh
@@ -31,7 +31,7 @@ detect_jq_tool() {
             command jq -r '.["version"]'
         }
     else
-        die "jq not available cannot get dojo version"
+        die "jq not available on your system cannot get dojo version"
     fi
 }
 
-- 
GitLab