Skip to content

Commit e95fba6

Browse files
committed
river - fix script
1 parent b374eaf commit e95fba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/river.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
my $river_url //= 'https://neilb.org/river-of-cpan.json.gz';
1414
my $river_data = decode_json( read_url($river_url) );
1515

16-
my $es = MetaCPAN::ES->new( type => "distribution" );
16+
my $es = MetaCPAN::ES->new( index => "distribution" );
1717
my $bulk = $es->bulk();
1818

1919
log_info {'Updating the distribution index'};

0 commit comments

Comments
 (0)