Skip to content

Commit

Permalink
script/tickets: add missing name field value
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Nov 19, 2016
1 parent 113300e commit b51dabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/Tickets.pm
Expand Up @@ -127,7 +127,7 @@ sub check_all_distributions {
while ( my $release = $scroll->next ) {
my $distribution = $release->{'fields'}{'distribution'}[0];
$distribution or next;
$dists->{$distribution} = {};
$dists->{$distribution} = { name => $distribution };
}

$self->_bulk_update($dists);
Expand Down

0 comments on commit b51dabd

Please sign in to comment.