remove leading dot

pull/55/head
Stephen Price 2016-09-12 13:28:11 -07:00
parent 98cba351a0
commit 7e3ccf424f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ To make our Kubernetes control plane remotely accessible, a public IP address wi
VPC_ID=$(aws ec2 create-vpc \ VPC_ID=$(aws ec2 create-vpc \
--cidr-block 10.240.0.0/16 \ --cidr-block 10.240.0.0/16 \
--output text \ --output text \
--query '.Vpc.VpcId') --query 'Vpc.VpcId')
``` ```
``` ```