From 6596a957dadc9738ae7118644514f2df75e48fbd Mon Sep 17 00:00:00 2001 From: "A. Pervaiz" <77356768+arooshap@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:11:05 +0200 Subject: [PATCH] Update mongo_manage.sh --- docker/mongodb/source/mongotools/mongo_manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/mongodb/source/mongotools/mongo_manage.sh b/docker/mongodb/source/mongotools/mongo_manage.sh index 3087fcdfa..d9c88411d 100755 --- a/docker/mongodb/source/mongotools/mongo_manage.sh +++ b/docker/mongodb/source/mongotools/mongo_manage.sh @@ -21,7 +21,7 @@ if [ -z "$CONFIG" ]; then fi if [ -z "$AGE_KEY" ]; then echo "AGE_KEY environment is not set, please generate appropriate key file" - ehco "using age-keygen and point this environment to it" + echo "using age-keygen and point this environment to it" exit 1 fi