index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 2 |
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 |