Skip to content

Commit 08072d9

Browse files
authored
Merge pull request #68 from metacpan/mickey/mapper
Bug fix - use correct node value
2 parents 34a6c92 + 88bc15f commit 08072d9

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)