From f35a9c4dea3b8eb531ac4b4af111232b93b8bf47 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:51:22 -0800 Subject: [PATCH] Fix updateVersion script --- tools/updateVersion.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/updateVersion.ps1 b/tools/updateVersion.ps1 index be75435..3140f18 100644 --- a/tools/updateVersion.ps1 +++ b/tools/updateVersion.ps1 @@ -20,5 +20,4 @@ $f = $f -replace '^(?\s+)(.+)(?)$ $f | Set-Content -Path $Path git add $Path -git commit --edit --message v${Version}: $Changes" -" +git commit --edit --message "v${Version}: $Changes"