X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fdm-monitor;h=93e36472cf8e243f519b9c48dd7bd1f4481aa6a0;hb=564395db9f6a393a894fa1b2f7ff5aefcfadd2b7;hp=bf8e34b12275fd10c0bc442ebbe0134493b2d6ae;hpb=4648cd873f22916947f536bf077ed73b6305af8e;p=dak.git diff --git a/scripts/debian/dm-monitor b/scripts/debian/dm-monitor index bf8e34b1..93e36472 100755 --- a/scripts/debian/dm-monitor +++ b/scripts/debian/dm-monitor @@ -31,13 +31,13 @@ EOF echo "Packages debian maintainers may update:" psql --html projectb <' OR - m.name LIKE '% <' || substring(u.uid FROM 4) || '>') - WHERE s.dm_upload_allowed = 't' + m.name LIKE '% <' || substring(u.uid FROM 4) || '>') + WHERE s.dm_upload_allowed = 't' GROUP BY s.source, s.version, u.uid ORDER BY u.uid, s.source, s.version; EOF