From c39e72419ad420e21633d8b5f87ebb9c2ddcded4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 23 Nov 2020 07:05:57 +0000 Subject: extsearch: fix remaining "eindex" references 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") --- lib/PublicInbox/ExtSearch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox') 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 -- cgit v1.2.3-24-ge0c7