From 41c228355a3136da0bcda020f4820d2805214d2c Mon Sep 17 00:00:00 2001 From: John-Scott Atlakson <24574+jsma@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:44:49 -0800 Subject: [PATCH] =?UTF-8?q?Fixed=20invalid=20Markdown=20in=20bash=20script?= =?UTF-8?q?=20=F0=9F=98=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 72cd6e1..daee14b 100755 --- a/setup.sh +++ b/setup.sh @@ -34,7 +34,7 @@ else fi if [ ! -f .env ]; then - echo "Creating file for `docker compose` environment variables" + echo "Creating file for 'docker compose' environment variables" cp .env.example .env fi