]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/ExtSearch.pm
git: move cloneurl + description reading here
[public-inbox.git] / lib / PublicInbox / ExtSearch.pm
index a69c0e76a8afcbd1e9e7248e2dc4b1ca3d5455dd..fa49a1d0182f75d53e4408d26fdc4f2997f6ef6e 100644 (file)
@@ -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';
 }