We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02317bc + c521e8e commit b2ce3d2Copy full SHA for b2ce3d2
hack/machineset.sh
@@ -90,7 +90,7 @@ get_aws_ms() {
90
fi
91
92
93
- local az=$(echo "$linuxWorkerSpec" | jq -r .providerSpec.value.placement.availibilityZone)
+ local az=$(echo "$linuxWorkerSpec" | jq -r .providerSpec.value.placement.availabilityZone)
94
local region=$(echo "$linuxWorkerSpec" | jq -r .providerSpec.value.placement.region)
95
#
96
# get the AMI id for the Windows VM
0 commit comments