X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fdebbugs-updatesqlcache;h=8f6178776a179740991cb4421967c3fc20ed0441;hb=357003be59a9b14986f8686ef64f031767ad2d26;hp=743e5fcef1d243874e96c0c7781193949f94716b;hpb=1dca4c0b7e864eff41ba92c2a0c10be9349b2a7b;p=debbugs.git diff --git a/bin/debbugs-updatesqlcache b/bin/debbugs-updatesqlcache index 743e5fc..8f61787 100755 --- a/bin/debbugs-updatesqlcache +++ b/bin/debbugs-updatesqlcache @@ -222,7 +222,7 @@ sub update_cache { # select all bugs which are in packages which have had a binary # association modified push @bugs, - map {$_->{bug_binpackages}{bug}}} + map {$_->{bug_binpackages}{bug}} $s->resultset('BinAssociation')-> search_rs({'me.modified' => {'>=',$last_query_time}, },