Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Aug 15, 2021
1 parent 863b117 commit 8c72621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/CreateTestingPR.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if ($branch -eq "master") {
$preBranch = "pre-" + $branch
$postBranch = "post-" + $branch

Set-Location $testingRepo
Set-Location $pathToTestingRepo
& git reset --hard

git checkout $postBranch
Expand Down

0 comments on commit 8c72621

Please sign in to comment.