From 11d765ba4bbfc56da71985d78788890bf12d66d9 Mon Sep 17 00:00:00 2001 From: humanoid2050 <18317508+humanoid2050@users.noreply.github.com> Date: Wed, 29 Mar 2023 19:51:42 -0400 Subject: [PATCH] Update tools/docker/test.sh Co-authored-by: Brad Warren --- tools/docker/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/test.sh b/tools/docker/test.sh index 1374f9fc1..6daeefd2a 100755 --- a/tools/docker/test.sh +++ b/tools/docker/test.sh @@ -10,7 +10,7 @@ set -euxo pipefail # (e.g. nightly). This will be used when saving images to the docker image cache. # The argument "all" will build all know 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"