From b475daf41bccfeab1687b34e79f48465141d8a88 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Mon, 29 Jan 2024 16:44:28 +0100
Subject: [PATCH] fix: test scripts

---
 system/scripts/update-version.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/scripts/update-version.nix b/system/scripts/update-version.nix
index 92f941f..f675ba3 100644
--- a/system/scripts/update-version.nix
+++ b/system/scripts/update-version.nix
@@ -50,7 +50,7 @@ if ! ${pkgs.gnused}/bin/sed -i "s/version\s*=\s*\"[^\"]*\"/version = \"''${VERSI
     exit 1    
 fi
 
-$(${pkgs.git}/bin/git -C ${workingDirectory}/ commit -m "Version and hash updated to ${VERSION} ${HASH}") ${workingDirectory}/project.nix
+${pkgs.git}/bin/git -C ${workingDirectory}/ commit -m "Version and hash updated to $VERSION $HASH" ${workingDirectory}/project.nix
 echo_ok "Version and hash updated"
 
 ''
-- 
GitLab