another dot

pull/55/head
Stephen Price 2016-09-12 14:25:58 -07:00
parent 7e3ccf424f
commit f20ae1c0d0
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ CONTROLLER_0_INSTANCE_ID=$(aws ec2 run-instances \
--private-ip-address 10.240.0.20 \ --private-ip-address 10.240.0.20 \
--subnet-id ${SUBNET_ID} \ --subnet-id ${SUBNET_ID} \
--output text \ --output text \
--query '.Instances[].InstanceId') --query 'Instances[].InstanceId')
``` ```
``` ```