Add missing backslash

pull/165/head
David Castillo 2017-04-28 13:07:48 -05:00 committed by Kelsey Hightower
parent 8ce3a545c4
commit 0c37c60b72
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Create a subnet for the Kubernetes cluster:
```
gcloud compute networks subnets create kubernetes \
--network kubernetes-the-hard-way \
--range 10.240.0.0/24
--range 10.240.0.0/24 \
--region us-central1
```