From 4fa201c2d4a452c5192b5bc0f1f2b020a914cf3b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 28 Mar 2018 09:28:05 +0200 Subject: fix indentations --- bin/bootstrap-mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/bootstrap-mysql') diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index eb37900..43a79af 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -188,7 +188,7 @@ if [ ! "$1" = 'slim' ]; then ' | \ while read -r table size; do case "${turn}" in - 'drop') + 'drop') printf 'DROP TABLE IF EXISTS `%s`;\n' "${table}" ;; 'create'|'link') -- cgit v1.2.3-54-g00ecf