Skip to content

Commit

Permalink
fix(INFRA-3587): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vineetguptadev committed Mar 8, 2024
1 parent 77f99d9 commit 0609df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-public-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install aws cli
run: |
sudo apt update
sudo apt-get -y install packer=${PACKER_VERSION} python3-boto3=${PYTHON3_BOTO3_VERSION }}
sudo apt-get -y install packer=${PACKER_VERSION} python3-boto3=${PYTHON3_BOTO3_VERSION}
- name: Get the tag
id: get_tag
Expand Down

0 comments on commit 0609df2

Please sign in to comment.