aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mach.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach.bat b/mach.bat
index 7258a0d79ce..2e76ecf92bc 100644
--- a/mach.bat
+++ b/mach.bat
@@ -4,5 +4,5 @@ where /Q py.exe
IF %ERRORLEVEL% NEQ 0 (
python mach %*
) ELSE (
- py -2 mach %*
+ py -3 mach %*
)