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"