diff options
Diffstat (limited to 'scripts/03-update-network-for-dataproc.sh')
-rwxr-xr-x | scripts/03-update-network-for-dataproc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/03-update-network-for-dataproc.sh b/scripts/03-update-network-for-dataproc.sh index 2d27945..c091f22 100755 --- a/scripts/03-update-network-for-dataproc.sh +++ b/scripts/03-update-network-for-dataproc.sh @@ -1,6 +1,6 @@ #!/bin/sh gcloud compute networks subnets update default \ - --region $REGION \ + --region=${REGION} \ --enable-private-ip-google-access |