We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aab3ab2 + b30c95c commit 0207e9eCopy full SHA for 0207e9e
1 file changed
contrib/digitalocean/provision-do-cluster.sh
@@ -32,7 +32,7 @@ if [ -z "$DEIS_NUM_INSTANCES" ]; then
32
DEIS_NUM_INSTANCES=3
33
fi
34
35
-regions_with_private_networking=(4 5 6 7)
+regions_with_private_networking="4 5 6 7"
36
if ! listcontains "$regions_with_private_networking" "$1";
37
then
38
echo_red "Invalid region. Please supply a region with private networking support."
0 commit comments