Skip to content

Commit

Permalink
fix typo in file name
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
  • Loading branch information
dims committed Jul 26, 2023
1 parent 1a22f46 commit 767f6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build-ami.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pushd "$(go env GOPATH)/src/github.com/awslabs/amazon-eks-ami" >/dev/null
export PACKER_DEFAULT_VARIABLE_FILE=eks-worker-al2023-variables.json
export PACKER_TEMPLATE_FILE=eks-worker-al2023.json
else
export PACKER_DEFAULT_VARIABLE_FILE=eks-worker-al-variables.json
export PACKER_DEFAULT_VARIABLE_FILE=eks-worker-al2-variables.json
export PACKER_TEMPLATE_FILE=eks-worker-al2.json
fi
if [[ ${BUILD_EKS_AMI_ARCH:-""} == "arm64" ]]; then
Expand Down

0 comments on commit 767f6be

Please sign in to comment.