From 49c6c680ff6c780ec7ae4e795b5c12ab334c5909 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Thu, 20 Oct 2022 11:02:52 -0700 Subject: [PATCH] Update 'scripts/gitlabinstall.sh' --- scripts/gitlabinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitlabinstall.sh b/scripts/gitlabinstall.sh index 77b7f37..195ec50 100644 --- a/scripts/gitlabinstall.sh +++ b/scripts/gitlabinstall.sh @@ -12,7 +12,7 @@ do break ;; *) - echo "That wasnt an option" + echo "That wasn't an option..." ;; esac done