about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-11-23 07:05:57 +0000
committerEric Wong <e@80x24.org>2020-11-24 05:03:55 +0000
commitc39e72419ad420e21633d8b5f87ebb9c2ddcded4 (patch)
treee0bf657a9f8e889f3c23b4f86f31af1fb2b07b57 /lib/PublicInbox
parent9224adfd92cfeff1c00d6b971e653ca4ed5a98d2 (diff)
downloadpublic-inbox-c39e72419ad420e21633d8b5f87ebb9c2ddcded4.tar.gz
We'll replace "$EINDEX" => "$EXTINDEX" in a user-visible
line and also some hacker-only tests.

"eindex" is no longer used because it rhymes with "reindex",
so remove the last instance of it.

Fixes: 6b0fed3b03263ba2 ("extsearch: rename -eindex to -extindex")
Diffstat (limited to 'lib/PublicInbox')
-rw-r--r--lib/PublicInbox/ExtSearch.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/ExtSearch.pm b/lib/PublicInbox/ExtSearch.pm
index c41ae443..dd93cd32 100644
--- a/lib/PublicInbox/ExtSearch.pm
+++ b/lib/PublicInbox/ExtSearch.pm
@@ -57,7 +57,7 @@ sub description {
         my ($self) = @_;
         ($self->{description} //=
                 PublicInbox::Inbox::cat_desc("$self->{topdir}/description")) //
-                '$EINDEX_DIR/description missing';
+                '$EXTINDEX_DIR/description missing';
 }
 
 sub cloneurl { [] } # TODO