about summary refs log tree commit homepage
path: root/lib/PublicInbox/ExtSearch.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-10-04 19:12:34 +0000
committerEric Wong <e@80x24.org>2022-10-05 20:24:44 +0000
commita002384a74382df2649d6a1f8dfba4f291af032e (patch)
tree1106206df2c10fc21adec29b1c3dcbcff9075d3d /lib/PublicInbox/ExtSearch.pm
parenta93c7e471ca70bdb476c2285cf894e319b38f160 (diff)
downloadpublic-inbox-a002384a74382df2649d6a1f8dfba4f291af032e.tar.gz
We'll be using these functions for serving coderepos natively
without cgit.
Diffstat (limited to 'lib/PublicInbox/ExtSearch.pm')
-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 a69c0e76..fa49a1d0 100644
--- a/lib/PublicInbox/ExtSearch.pm
+++ b/lib/PublicInbox/ExtSearch.pm
@@ -108,7 +108,7 @@ sub altid_map { {} }
 sub description {
         my ($self) = @_;
         ($self->{description} //=
-                PublicInbox::Inbox::cat_desc("$self->{topdir}/description")) //
+                PublicInbox::Git::cat_desc("$self->{topdir}/description")) //
                 '$EXTINDEX_DIR/description missing';
 }