From eacf395f84def30415c6dc83c73bb85374f09dae Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Thu, 28 Feb 2019 16:45:36 -0800 Subject: [PATCH] Updated Gomote (markdown) --- Gomote.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gomote.md b/Gomote.md index 16ccf9f1..79f83f55 100644 --- a/Gomote.md +++ b/Gomote.md @@ -95,8 +95,8 @@ builder name "@ip[:port>", such as ### Windows ``` -$ gomote run -path '$PATH,$WORKDIR/go/bin' -e 'GOROOT=c:\workdir\go' $G go/src/make.bat -$ gomote run -path '$PATH,$WORKDIR/go/bin' -e 'GOROOT=c:\workdir\go' user-bradfitz-windows-amd64-gce-0 go/bin/go.exe test cmd/go -short +$ gomote run -path '$PATH,$WORKDIR/go/bin' -e 'GOROOT=c:\workdir\go' $MOTE go/src/make.bat +$ gomote run -path '$PATH,$WORKDIR/go/bin' -e 'GOROOT=c:\workdir\go' $MOTE go/bin/go.exe test cmd/go -short ``` ### Subrepos on Windows