Skip to content

Commit 88bc15f

Browse files
committed
Bug fix - use correct node value
1 parent 34a6c92 commit 88bc15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Mapper.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sub new ( $class, %args ) {
2626
return bless {
2727
es => Search::Elasticsearch->new(
2828
client => '2_0::Direct',
29-
nodes => [$node],
29+
nodes => [$config_node],
3030
),
3131
}, $class;
3232
}

0 commit comments

Comments
 (0)