From c7adb00c9a2b1cc6af977af178b8f790f49b8159 Mon Sep 17 00:00:00 2001 From: humanoid2050 <18317508+humanoid2050@users.noreply.github.com> Date: Wed, 29 Mar 2023 19:34:20 -0400 Subject: [PATCH] Update tools/docker/deploy_images.sh Co-authored-by: Brad Warren --- tools/docker/deploy_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/deploy_images.sh b/tools/docker/deploy_images.sh index 9b70db245..a9ece6b03 100755 --- a/tools/docker/deploy_images.sh +++ b/tools/docker/deploy_images.sh @@ -13,7 +13,7 @@ set -euxo pipefail # pushed to the docker hub repo. # The argument "all" will push all known architectures. Alternatively, the # user may provide a comma separated list of architectures drawn from the -# known architectures. Know architectures include amd64, arm32v6, and arm64v8. +# known architectures. Known architectures include amd64, arm32v6, and arm64v8. source "$(realpath $(dirname ${BASH_SOURCE[0]}))/lib/common"