Replace deprecated service-management with services (#231)

This commit is contained in:
Joseph Burnett 2018-02-26 09:19:13 -08:00 committed by GitHub
parent ee75e09c4a
commit 0c4f86b875
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Install the following tools:
1. Enable the GCR API.
```shell
gcloud --project="${PROJECT_ID}" service-management enable \
gcloud --project="${PROJECT_ID}" services enable \
containerregistry.googleapis.com
```