mirror of
https://github.com/golang/go
synced 2024-11-21 15:34:45 -07:00
builder: fix documentation s/\.gobuilder/.gobuildkey/
R=rsc CC=golang-dev https://golang.org/cl/4312051
This commit is contained in:
parent
89901bbd14
commit
dcf32a24a0
@ -47,8 +47,8 @@ Optional flags:
|
||||
-external: External package builder mode (will not report Go build
|
||||
state to dashboard, issue releases, or run benchmarks)
|
||||
|
||||
The key file should be located at $HOME/.gobuilder or, for a builder-specific
|
||||
key, $HOME/.gobuilder-$BUILDER (eg, $HOME/.gobuilder-linux-amd64).
|
||||
The key file should be located at $HOME/.gobuildkey or, for a builder-specific
|
||||
key, $HOME/.gobuildkey-$BUILDER (eg, $HOME/.gobuildkey-linux-amd64).
|
||||
|
||||
The build key file is a text file of the format:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user