ci: fix powershell parse error caused by utf-8 em-dash

This commit is contained in:
ospab 2026-07-09 02:44:11 +03:00
parent 43914055b3
commit d609a3e883
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ if ($ResolvedBranch -ne "nightly") {
if ($LASTEXITCODE -ne 0) { if ($LASTEXITCODE -ne 0) {
$msg = "'$ResolvedBranch' has diverged from nightly and can't fast-forward. " + $msg = "'$ResolvedBranch' has diverged from nightly and can't fast-forward. " +
"Per CONTRIBUTING.md, nothing should ever be committed directly to " + "Per CONTRIBUTING.md, nothing should ever be committed directly to " +
"$ResolvedBranch check what's there before forcing anything." "$ResolvedBranch - check what's there before forcing anything."
Fail $msg Fail $msg
} }
} }