Skip to content

Commit

Permalink
Add missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
David Castillo authored and kelseyhightower committed May 2, 2017
1 parent 8ce3a54 commit 0c37c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01-infrastructure-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 0c37c60

Please sign in to comment.