summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bootstrap-mysql2
-rwxr-xr-xbin/get-package-updates2
2 files changed, 2 insertions, 2 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')
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 7d2919f..2ce7773 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -406,7 +406,7 @@ black_listed=$(
while read -r line; do
printf '%s' \
"${line}" | \
- base64 -d
+ base64 -d
printf '\n'
done
)