Skip to content

Commit 280d49d

Browse files
committed
watcher - fix script
1 parent 8733aa3 commit 280d49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/watcher.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
# setup
2828
my $cpan = cpan_dir();
29-
my $es_release = MetaCPAN::ES->new( type => "release" );
30-
my $es_file = MetaCPAN::ES->new( type => "file" );
29+
my $es_release = MetaCPAN::ES->new( index => "release" );
30+
my $es_file = MetaCPAN::ES->new( index => "file" );
3131

3232
my $latest = 0;
3333
my @segments = qw< 1h 6h 1d 1W 1M 1Q 1Y Z >;

0 commit comments

Comments
 (0)