fix unclosed for

pull/224/head
Lajos Papp 2017-09-20 15:29:37 +02:00 committed by GitHub
parent b7550ca7ab
commit 6005d384eb
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ cat > ${instance}-csr.json <<EOF
]
}
EOF
done
EXTERNAL_IP=$(gcloud compute instances describe ${instance} \
--format 'value(networkInterfaces[0].accessConfigs[0].natIP)')