From 92e443032126f75fb377703892587898466e482f Mon Sep 17 00:00:00 2001 From: Mikel Blanchard Date: Tue, 14 May 2024 11:11:35 -0700 Subject: [PATCH] Tweak. --- build/scripts/post-release.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/post-release.psm1 b/build/scripts/post-release.psm1 index 0451eae639a..3382d533298 100644 --- a/build/scripts/post-release.psm1 +++ b/build/scripts/post-release.psm1 @@ -114,7 +114,7 @@ function CreateStableVersionUpdatePullRequest { git config user.name $gitUserName git config user.email $gitUserEmail - git switch --create $branch origin\$targetBranch --no-track 2>&1 | % ToString + git switch --create $branch origin/$targetBranch --no-track 2>&1 | % ToString if ($LASTEXITCODE -gt 0) { throw 'git switch failure'