Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ceb0467

Browse files
committed
Issue #20568: Fix typo in pip option.
1 parent 056e265 commit ceb0467

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/msi/msi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def add_ui(db):
420420

421421
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests|venv\\scripts" "[TARGETDIR]Lib"'
422422
lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
423-
updatepipargs = r'-m ensurepip -U --default-install'
423+
updatepipargs = r'-m ensurepip -U --default-pip'
424424
removepipargs = r'-m ensurepip._uninstall'
425425
# See "CustomAction Table"
426426
add_data(db, "CustomAction", [

0 commit comments

Comments
 (0)