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.
1 parent 9ddaaa2 commit 4533219Copy full SHA for 4533219
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