From 6c9b41e2ce003a1920daa2ca7b43365d99fa29dc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 30 Jan 2018 10:22:30 +0100 Subject: bin/get-package-updates: fix typo in comment --- 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 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`' \ -- cgit v1.2.3-54-g00ecf