From 197fcd1a3dbb485282283e5f19807ac204d2c428 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 4 Feb 2021 23:14:32 +0000 Subject: [PATCH] gossa/run.sh: fix casing in error message --- images/gossa/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/gossa/run.sh b/images/gossa/run.sh index df1813a..5de5c39 100755 --- a/images/gossa/run.sh +++ b/images/gossa/run.sh @@ -9,7 +9,7 @@ if [[ -z "${GOSSA_GID}" ]]; then exit 1; fi if [[ -z "${NOMAD_PORT_GOSSA}" ]]; then - echo "Error: No port number specified in the NOMAD_PORT_gossa environment variable."; + echo "Error: No port number specified in the NOMAD_PORT_GOSSA environment variable."; exit 1; fi