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