summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-02-13 11:37:03 +0100
committerErich Eckner <git@eckner.net>2020-02-13 11:37:03 +0100
commit7eeef3817dcff461683301ddac811dc3d08cf3e7 (patch)
treee1808d657e8f0e9c78131d7853acb6daaabb049e /bin
parent340b1ab2ddfcfdd5e5a6f6a79b59a080b5949af0 (diff)
downloadbuilder-7eeef3817dcff461683301ddac811dc3d08cf3e7.tar.xz
bin/get-package-updates: fix another typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-package-updates2
1 files changed, 1 insertions, 1 deletions
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