summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-01-30 10:22:30 +0100
committerErich Eckner <git@eckner.net>2018-01-30 10:22:30 +0100
commit6c9b41e2ce003a1920daa2ca7b43365d99fa29dc (patch)
tree8738107712333d13f6aa578ab6890d33c7a8f7d5 /bin/get-package-updates
parentfd0d0003abae69107063b63ea26d6ce3feac9ecb (diff)
downloadbuilder-6c9b41e2ce003a1920daa2ca7b43365d99fa29dc.tar.xz
bin/get-package-updates: fix typo in comment
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 d8ecd64..069277a 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -289,7 +289,7 @@ done | \
# shellcheck disable=SC2016
{
# delete old build assignment and associated binary packages
- # which are not yet build or on the deletion list
+ # which are not yet built or on the deletion list
printf 'DELETE `build_assignments`,`binary_packages`'
printf ' FROM `binary_packages`'
printf ' JOIN `%s` ON `%s`.`id`=`%s`.`%s`' \