Skip to content

Commit 87b40ee

Browse files
committed
session - fix script
1 parent e95fba6 commit 87b40ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/session.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use MetaCPAN::ES;
1010

1111
# setup
12-
my $es = MetaCPAN::ES->new( index => "user", type => "session" );
12+
my $es = MetaCPAN::ES->new( index => "session" );
1313
my $bulk = $es->bulk( max_count => 10_000, );
1414
my $scroll = $es->scroll(
1515
size => 10_000,

0 commit comments

Comments
 (0)