Skip to content

Commit b2ce3d2

Browse files
Merge pull request #3075 from openshift-cherrypick-robot/cherry-pick-3074-to-release-4.19
[release-4.19] [hack] Fix typo in machineset.sh script
2 parents 02317bc + c521e8e commit b2ce3d2

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)