]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix syntax error in bug
authorDon Armstrong <don@donarmstrong.com>
Mon, 7 Aug 2017 21:27:04 +0000 (14:27 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 7 Aug 2017 21:27:04 +0000 (14:27 -0700)
bin/debbugs-updatesqlcache

index 743e5fcef1d243874e96c0c7781193949f94716b..8f6178776a179740991cb4421967c3fc20ed0441 100755 (executable)
@@ -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},
                      },