From e6e0f25313dc77de3a6689fd95ec413749cf5309 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 9 Mar 2018 11:47:23 +0100 Subject: bin/db-update: fix unimportant typo --- bin/db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/db-update') 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 -- cgit v1.2.3-54-g00ecf