Skip to content

Commit 4646a95

Browse files
committed
Fixed typo
1 parent c308418 commit 4646a95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/digitalocean/provision-digitalocean-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ result=$?
122122
set +x
123123

124124
if [ $result -ne 0 ]; then
125-
echo_color "Knife botstrap failed."
125+
echo_color "Knife bootstrap failed."
126126
# Destroy droplet
127127
droplet_id=$(knife digital_ocean droplet list | grep $node_name | awk '{print $1}')
128128
echo_color "Destroying Droplet $droplet_id..."

0 commit comments

Comments
 (0)