Skip to content

Commit

Permalink
Tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed May 14, 2024
1 parent 80d8235 commit 92e4430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/post-release.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 92e4430

Please sign in to comment.