From b30a1e95957fdba863152df46d84a3247c6ee3d8 Mon Sep 17 00:00:00 2001 From: vairakkumar-vairaperumal <55999782+vairakkumar-vairaperumal@users.noreply.github.com> Date: Tue, 17 Mar 2020 11:31:18 -0700 Subject: [PATCH] Log message typo in entrypoint-netaccess.sh (#4708) Fixes #4707. --- test/entrypoint-netaccess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/entrypoint-netaccess.sh b/test/entrypoint-netaccess.sh index 50c10cadc..461100375 100755 --- a/test/entrypoint-netaccess.sh +++ b/test/entrypoint-netaccess.sh @@ -7,7 +7,7 @@ # with the boulder container for ports. This is a variant of entrypoint.sh that # exits if it is not given an argument. if [[ "$@" = "" ]]; then - echo "Not needed as part of 'docker-compse up'. Exiting normally." + echo "Not needed as part of 'docker-compose up'. Exiting normally." exit 0 fi $(dirname "${BASH_SOURCE[0]}")/entrypoint.sh "$@"