diff --git a/system/scripts/update-version.nix b/system/scripts/update-version.nix index f675ba38b6314ee5d29ce07415f207f17231c299..c8a6b6015d609cc4d45317b9d830f9f64203af11 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" ''