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