From 7eeef3817dcff461683301ddac811dc3d08cf3e7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 13 Feb 2020 11:37:03 +0100 Subject: bin/get-package-updates: fix another 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 5a7ea80..4602fe1 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)' \ + printf ' AND `keep_r`.`stability` NOT IN (%s,%s)' \ "${repository_stability_ids__unbuilt}" \ "${repository_stability_ids__forbidden}" fi -- cgit v1.2.3