Skip to content

Commit fe9706f

Browse files
Merge pull request #3074 from jrvaldes/fix-typo-availabilityZone
[hack] Fix typo in machineset.sh script
2 parents 9ddaaa2 + 4533219 commit fe9706f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/machineset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ get_aws_ms() {
9090
fi
9191

9292

93-
local az=$(echo "$linuxWorkerSpec" | jq -r .providerSpec.value.placement.availibilityZone)
93+
local az=$(echo "$linuxWorkerSpec" | jq -r .providerSpec.value.placement.availabilityZone)
9494
local region=$(echo "$linuxWorkerSpec" | jq -r .providerSpec.value.placement.region)
9595
#
9696
# get the AMI id for the Windows VM

0 commit comments

Comments
 (0)