Fix debug output

This commit is contained in:
Girish Ramakrishnan
2015-11-16 16:43:53 -08:00
parent c7acdbf20d
commit c286b491d6
+1 -1
View File
@@ -88,7 +88,7 @@ if [[ -z "${box_name}" ]]; then
echo "Could not query caas ssh key"
exit 1
fi
echo "Detected yellowtent ssh key id: ${caas_ssh_key_id}"
echo "Detected caas ssh key id: ${caas_ssh_key_id}"
echo "Creating Droplet with name [${box_name}] at [${image_regions[0]}] with size [${box_size}]"
droplet_id=$(create_droplet ${caas_ssh_key_id} ${box_name} ${box_size} ${image_regions[0]})