Skip to content

Commit ed0ebb4

Browse files
committed
fix typo
1 parent d66d3b5 commit ed0ebb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/digitalocean/provision-do-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939
regions_without_private_networking_or_metadata="nyc1 nyc2 ams1 ams2 sfo1"
4040
if listcontains "$regions_without_private_networking_or_metadata" "$REGION_SLUG";
4141
then
42-
echo_red "Invalid region. Please supply a region with private networking & metdata support."
42+
echo_red "Invalid region. Please supply a region with private networking & metadata support."
4343
echo_red "Valid regions are (use the name in brackets):"
4444
docl regions --private_networking --metadata
4545
exit 1

0 commit comments

Comments
 (0)