Skip to content

Commit 244efdf

Browse files
Update tools/AzDev/AzDev/GitHub.psm1
Co-authored-by: Copilot <[email protected]>
1 parent 46f2dd6 commit 244efdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AzDev/AzDev/GitHub.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function Merge-DevPullRequest {
7979
$prsToMerge += $pr
8080
}
8181
catch {
82-
throw "Failed to get pull request #$prNumber`: $_"
82+
throw "Failed to get pull request #$prNumber: $_"
8383
}
8484
}
8585
}

0 commit comments

Comments
 (0)