This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git
The following commit(s) were added to refs/heads/main by this push:
new 6f8fa58 Fix typo
6f8fa58 is described below
commit 6f8fa58ee303f8fe8e54074844fb38587eff5438
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Aug 21 10:59:54 2023 +0200
Fix typo
---
github-runner-ami/packer/files/docker.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/github-runner-ami/packer/files/docker.sh
b/github-runner-ami/packer/files/docker.sh
index 403a27c..0c44e74 100644
--- a/github-runner-ami/packer/files/docker.sh
+++ b/github-runner-ami/packer/files/docker.sh
@@ -44,4 +44,4 @@ sudo apt-get install \
"docker-ce-cli=${DOCKER_VERSION_STRING}" \
containerd.io \
"docker-buildx-plugin=${DOCKER_BUILDX_VERSION_STRING}" \
- "docker-compose-plugin=${DOCKER_COMPOSE_VERSION_STRING}" --asume-yes
--allow-downgrades
+ "docker-compose-plugin=${DOCKER_COMPOSE_VERSION_STRING}" --assume-yes
--allow-downgrades