Skip to content

Commit b004be8

Browse files
committed
fix: Add quotes per shellcheck lint
1 parent f58d748 commit b004be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-worker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ if [[ "$CACHE_CONTAINER_IMAGES" == "true" ]] && ! [[ ${ISOLATED_REGIONS} =~ $BIN
466466
done
467467

468468
#### Tag the pulled down image for all other regions in the partition
469-
for REGION in ${REGIONS[@]}; do
469+
for REGION in "${REGIONS[@]}"; do
470470
for img in "${PULLED_IMGS[@]}"; do
471471
region_uri=$(/etc/eks/get-ecr-uri.sh "${region}" "${AWS_DOMAIN}")
472472
regional_img="${img/$ECR_URI/$region_uri}"

0 commit comments

Comments
 (0)