Skip to content

Commit 2319f2d

Browse files
author
Alberto Leal
committed
Update contributing guide
- Fix command to install `cloud-build-local`
1 parent 34b31b4 commit 2319f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please see https://git.k8s.io/community/CLA.md for more info.
2020
1. Download and setup [gcloud](https://cloud.google.com/sdk/docs/downloads-interactive)
2121
1. Install `cloud-build-local` via `gcloud`
2222
```bash
23-
$ gcloud install cloud-build-local
23+
$ gcloud components install cloud-build-local
2424
```
2525
1. Build
2626
1. Export `OUTPUT` to a location to write the directory containing the final build artifacts

0 commit comments

Comments
 (0)