From e20ebc22eb276aa91668cf44e52a363aa9aecd13 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Thu, 20 Oct 2022 11:03:05 -0700 Subject: [PATCH] Update 'scripts/mongodbinstall.sh' --- scripts/mongodbinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mongodbinstall.sh b/scripts/mongodbinstall.sh index f91043f..960e912 100644 --- a/scripts/mongodbinstall.sh +++ b/scripts/mongodbinstall.sh @@ -12,7 +12,7 @@ do break ;; *) - echo "That wasnt an option..." + echo "That wasn't an option..." ;; esac done