Skip to content

Commit efb560e

Browse files
Anselm Kruiszooba
authored andcommitted
bpo-31662: Fix typos in uploadrelease.bat script
1 parent e6cfdef commit efb560e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tools/msi/uploadrelease.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if "%1" EQU "-t" (set TARGET=%~2) && shift && shift && goto CheckOpts
2222
if "%1" EQU "--target" (set TARGET=%~2) && shift && shift && goto CheckOpts
2323
if "%1" EQU "--dry-run" (set DRYRUN=true) && shift && goto CheckOpts
2424
if "%1" EQU "--skip-gpg" (set NOGPG=true) && shift && goto CheckOpts
25-
if "%1" EQU "--skip-purge" (set PURGE_OPTION=) && shift && godo CheckOpts
26-
if "%1" EQU "--skip-test" (set NOTEST=true) && shift && godo CheckOpts
27-
if "%1" EQU "-T" (set NOTEST=true) && shift && godo CheckOpts
25+
if "%1" EQU "--skip-purge" (set PURGE_OPTION=) && shift && goto CheckOpts
26+
if "%1" EQU "--skip-test" (set NOTEST=true) && shift && goto CheckOpts
27+
if "%1" EQU "-T" (set NOTEST=true) && shift && goto CheckOpts
2828
if "%1" NEQ "" echo Unexpected argument "%1" & exit /B 1
2929

3030
if not defined PLINK where plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.loc" & del "%TEMP%\plink.loc"

0 commit comments

Comments
 (0)