summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/db-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update
index 874f314..fd3654c 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -152,7 +152,7 @@ for source_stability in 'testing' 'staging'; do
done
if [ ! -s "${tmp_dir}/repositories" ]; then
- >&2 printf 'Nothing to move from %s.' "${source_stability}"
+ >&2 printf 'Nothing to move from %s.\n' "${source_stability}"
continue
fi