Skip to content

Commit 0207e9e

Browse files
committed
Merge pull request #1503 from nathansamson/do-fix
fix(contrib/digitalocean) fix region check
2 parents aab3ab2 + b30c95c commit 0207e9e

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
@@ -32,7 +32,7 @@ if [ -z "$DEIS_NUM_INSTANCES" ]; then
3232
DEIS_NUM_INSTANCES=3
3333
fi
3434

35-
regions_with_private_networking=(4 5 6 7)
35+
regions_with_private_networking="4 5 6 7"
3636
if ! listcontains "$regions_with_private_networking" "$1";
3737
then
3838
echo_red "Invalid region. Please supply a region with private networking support."

0 commit comments

Comments
 (0)