diff options
author | Erich Eckner <git@eckner.net> | 2018-03-09 12:10:27 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-09 12:10:27 +0100 |
commit | 9dd30b6080c0c99c8c9fc4638d380649a7f79607 (patch) | |
tree | 617c0bf42aac0d52c9f487008109eedbabeb426c /bin/db-update | |
parent | cb64e2976dab9a4b691698f513e1906d698ddd77 (diff) | |
download | builder-9dd30b6080c0c99c8c9fc4638d380649a7f79607.tar.xz |
bin/db-update: fix another unimportant typo
Diffstat (limited to 'bin/db-update')
-rwxr-xr-x | bin/db-update | 2 |
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 |