From 9dd30b6080c0c99c8c9fc4638d380649a7f79607 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 9 Mar 2018 12:10:27 +0100 Subject: bin/db-update: fix another unimportant typo --- bin/db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3