We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c308418 commit 4646a95Copy full SHA for 4646a95
1 file changed
contrib/digitalocean/provision-digitalocean-controller.sh
@@ -122,7 +122,7 @@ result=$?
122
set +x
123
124
if [ $result -ne 0 ]; then
125
- echo_color "Knife botstrap failed."
+ echo_color "Knife bootstrap failed."
126
# Destroy droplet
127
droplet_id=$(knife digital_ocean droplet list | grep $node_name | awk '{print $1}')
128
echo_color "Destroying Droplet $droplet_id..."
0 commit comments