From ae1c9ed41e1aa1277240283113d4c1abb7d75b24 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Mon, 29 Jan 2024 16:45:33 +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 f675ba3..c8a6b60 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 "chore: Version and hash updated to $VERSION, $HASH" ${workingDirectory}/project.nix echo_ok "Version and hash updated" '' -- GitLab