| Index: build/README.md
|
| diff --git a/build/README.md b/build/README.md
|
| index a90a37aff72ab9af2332ad7b8e10ea03af69c77c..34e37284a39b9baba7fd946ed8ff6021b26ebcf0 100644
|
| --- a/build/README.md
|
| +++ b/build/README.md
|
| @@ -32,7 +32,7 @@ builders:
|
| supports_cross_compilation: true
|
| # Optional list of go packages to 'go install' before zipping this package.
|
| go_packages:
|
| - - github.com/luci/luci-go/client/cmd/cipd
|
| + - github.com/luci/luci-go/cipd/client/cmd/cipd
|
| - ...
|
| # Path to the root of the package source files on the system we're building
|
| # the package from. Can be absolute or relative to the path of the *.yaml
|
|
|