summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-09 12:10:27 +0100
committerErich Eckner <git@eckner.net>2018-03-09 12:10:27 +0100
commit9dd30b6080c0c99c8c9fc4638d380649a7f79607 (patch)
tree617c0bf42aac0d52c9f487008109eedbabeb426c /bin/db-update
parentcb64e2976dab9a4b691698f513e1906d698ddd77 (diff)
downloadbuilder-9dd30b6080c0c99c8c9fc4638d380649a7f79607.tar.xz
bin/db-update: fix another unimportant typo
Diffstat (limited to 'bin/db-update')
-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