diff options
author | Erich Eckner <git@eckner.net> | 2018-03-09 11:47:23 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-09 11:47:23 +0100 |
commit | e6e0f25313dc77de3a6689fd95ec413749cf5309 (patch) | |
tree | a9ce4a32a6dc553a2150094fd0ee1f122fe5d150 | |
parent | 84b99c0e495185eb423e9d8bc9418670b6ff9376 (diff) | |
download | builder-e6e0f25313dc77de3a6689fd95ec413749cf5309.tar.xz |
bin/db-update: fix unimportant typo
-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 adec0ef..0c3e10d 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 echo 'Nothing to move from %s.' "${source_stability}" + >&2 printf 'Nothing to move from %s.' "${source_stability}" continue fi |