summaryrefslogtreecommitdiff
path: root/bin/bootstrap-mysql
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-28 09:28:05 +0200
committerErich Eckner <git@eckner.net>2018-03-28 09:28:05 +0200
commit4fa201c2d4a452c5192b5bc0f1f2b020a914cf3b (patch)
treef076a34b55dc8f50eb81a6e83b102443c010dd43 /bin/bootstrap-mysql
parente305ab9221b5b65ece6afcd65b1ef825dcbbafd8 (diff)
downloadbuilder-4fa201c2d4a452c5192b5bc0f1f2b020a914cf3b.tar.xz
fix indentations
Diffstat (limited to 'bin/bootstrap-mysql')
-rwxr-xr-xbin/bootstrap-mysql2
1 files changed, 1 insertions, 1 deletions
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')