summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-02-13 11:31:42 +0100
committerErich Eckner <git@eckner.net>2020-02-13 11:31:42 +0100
commit340b1ab2ddfcfdd5e5a6f6a79b59a080b5949af0 (patch)
treea035e80d0d82518496dbf30234c9adf0fce66e29 /bin/get-package-updates
parentbf1255563787a2554265d5728d807ea91acec5a0 (diff)
downloadbuilder-340b1ab2ddfcfdd5e5a6f6a79b59a080b5949af0.tar.xz
bin/get-package-updates: fix typo
Diffstat (limited to 'bin/get-package-updates')
-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 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