From 95edf1b2a85e65bf70a621d0047f633947c744fb Mon Sep 17 00:00:00 2001 From: Andy Bauer Date: Thu, 18 Jan 2018 09:35:04 -0600 Subject: [PATCH] fix typo --- utils/docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/docker/entrypoint.sh b/utils/docker/entrypoint.sh index cc01216ce..ee01499d1 100755 --- a/utils/docker/entrypoint.sh +++ b/utils/docker/entrypoint.sh @@ -7,7 +7,7 @@ ############### # Find ciritical files and perform sanity checks -initialze () { +initialize () { # Check to see if this script has access to all the commands it needs for CMD in mysqladmin sed usermod service; do