From 340b1ab2ddfcfdd5e5a6f6a79b59a080b5949af0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 13 Feb 2020 11:31:42 +0100 Subject: bin/get-package-updates: fix typo --- bin/get-package-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/get-package-updates') diff --git a/bin/get-package-updates b/bin/get-package-updates index 2c7afce..5a7ea80 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -436,7 +436,7 @@ echo 'Check modified packages from the last update, and put them to the build li printf ' LEFT' mysql_join_binary_packages_in_repositories_repositories 'keep_bpir' 'keep_r' # shellcheck disable=SC2154 - printf ' AND `all_r`.`stability` NOT IN (%s,%s);\n' \ + printf ' AND `all_r`.`stability` NOT IN (%s,%s)' \ "${repository_stability_ids__unbuilt}" \ "${repository_stability_ids__forbidden}" fi -- cgit v1.2.3