]> granicus.if.org Git - python/commitdiff
Issue #20568: Fix typo in pip option.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 2 Mar 2014 18:15:47 +0000 (19:15 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 2 Mar 2014 18:15:47 +0000 (19:15 +0100)
Tools/msi/msi.py

index 038050b05e620139babcd47849db38b6fcfa1bf8..f2b71482c2b28e0547046bf6169261ca06548922 100644 (file)
@@ -420,7 +420,7 @@ def add_ui(db):
 
     compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests|venv\\scripts" "[TARGETDIR]Lib"'
     lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
-    updatepipargs = r'-m ensurepip -U --default-install'
+    updatepipargs = r'-m ensurepip -U --default-pip'
     removepipargs = r'-m ensurepip._uninstall'
     # See "CustomAction Table"
     add_data(db, "CustomAction", [