summaryrefslogtreecommitdiff
path: root/bin/bootstrap-mysql
diff options
context:
space:
mode:
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')