Skip to content

Commit b2dbf64

Browse files
authored
Fix PoliCheck defect in sync-pr.cmd. (#5671)
1 parent adfa755 commit b2dbf64

File tree

1 file changed

+2
-2
lines changed
  • src/System.Private.ServiceModel/tools/scripts

1 file changed

+2
-2
lines changed

src/System.Private.ServiceModel/tools/scripts/sync-pr.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ if "%4"=="" (
7272
)
7373

7474
REM Disregard the chevrons and quotataions in the next line - it's to output the correct ampersand character to PowerShell
75-
REM We have to duplicate the request URL below for output and for PowerShell because of Powershell's crazy escape sequences interacting
76-
REM badly with cmd's crazy and conflicting escape sequences
75+
REM We have to duplicate the request URL below for output and for PowerShell because of Powershell's escape sequences interacting
76+
REM badly with cmd's conflicting escape sequences
7777

7878
echo [%~n0] Making call to %__SYNC_HOST_URL%?id=%__REPO_ID%^&%__OPERATION_MODE%=%__BRANCH_OR_PR_ID%
7979
powershell -NoProfile -ExecutionPolicy unrestricted -Command "(New-Object Net.WebClient).DownloadString('%__SYNC_HOST_URL%?id=%__REPO_ID%&%__OPERATION_MODE%=%__BRANCH_OR_PR_ID%');"

0 commit comments

Comments
 (0)