We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66d3b5 commit ed0ebb4Copy full SHA for ed0ebb4
1 file changed
contrib/digitalocean/provision-do-cluster.sh
@@ -39,7 +39,7 @@ fi
39
regions_without_private_networking_or_metadata="nyc1 nyc2 ams1 ams2 sfo1"
40
if listcontains "$regions_without_private_networking_or_metadata" "$REGION_SLUG";
41
then
42
- echo_red "Invalid region. Please supply a region with private networking & metdata support."
+ echo_red "Invalid region. Please supply a region with private networking & metadata support."
43
echo_red "Valid regions are (use the name in brackets):"
44
docl regions --private_networking --metadata
45
exit 1
0 commit comments