From 975715da5b2c1d31be466b17bc7a25c1999ed28d Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 8 Jan 2025 13:55:47 +0100 Subject: Use params instead of `read` function --- scripts/03-update-network-for-dataproc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/03-update-network-for-dataproc.sh') 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 -- cgit v1.2.3-18-g5258