summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-09 11:47:23 +0100
committerErich Eckner <git@eckner.net>2018-03-09 11:47:23 +0100
commite6e0f25313dc77de3a6689fd95ec413749cf5309 (patch)
treea9ce4a32a6dc553a2150094fd0ee1f122fe5d150 /bin/db-update
parent84b99c0e495185eb423e9d8bc9418670b6ff9376 (diff)
downloadbuilder-e6e0f25313dc77de3a6689fd95ec413749cf5309.tar.xz
bin/db-update: fix 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 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