Skip to content

Commit 4533219

Browse files
committed
[hack] Fix typo in machineset.sh script
This commit fixed a typo in the achineset.sh script while setting the availabilityZone for machineset follow-up to dc3552b
1 parent 9ddaaa2 commit 4533219

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)