aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bat b/src/run.bat
index 896c4ac3ec..69c181854b 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -30,7 +30,7 @@ rem TODO avoid rebuild if possible
if x%1==x--no-rebuild goto norebuild
echo ##### Building packages and commands.
-go install -a -v std cmd
+..\bin\go install -a -v std cmd
if errorlevel 1 goto fail
echo.
:norebuild