aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bat b/src/run.bat
index 46858f8fa0..896c4ac3ec 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -4,7 +4,7 @@
@echo off
-if exist ..\bin\go goto ok
+if exist ..\bin\go.exe goto ok
echo Must run run.bat from Go src directory after installing cmd/go.
goto fail
:ok