about summary refs log tree commit homepage
path: root/lib/PublicInbox/Config.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-11-07 10:56:51 +0000
committerEric Wong <e@80x24.org>2020-11-08 10:18:13 +0000
commit6b0fed3b03263ba252d80bac4fb944d8ac826cbc (patch)
tree6ae63fc326d418d38dc8b37d2077e07be7180e4f /lib/PublicInbox/Config.pm
parent5a1ee8a928382bc3fac9b8faff67b0c24396ff9b (diff)
downloadpublic-inbox-6b0fed3b03263ba252d80bac4fb944d8ac826cbc.tar.gz
Upon "eindex" rhymes with "reindex", which could be confusing;
so name the command and config prefix to use "extindex" which
is hopefully less confusing.
Diffstat (limited to 'lib/PublicInbox/Config.pm')
-rw-r--r--lib/PublicInbox/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Config.pm b/lib/PublicInbox/Config.pm
index d425cc9b..d2010f7a 100644
--- a/lib/PublicInbox/Config.pm
+++ b/lib/PublicInbox/Config.pm
@@ -91,7 +91,7 @@ sub lookup_name ($$) {
 
 sub lookup_ei {
         my ($self, $name) = @_;
-        $self->{-ei_by_name}->{$name} //= _fill_ei($self, "eindex.$name");
+        $self->{-ei_by_name}->{$name} //= _fill_ei($self, "extindex.$name");
 }
 
 sub each_inbox {