about summary refs log tree commit homepage
path: root/lib/PublicInbox/Config.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-21 10:43:59 +0000
committerEric Wong <e@80x24.org>2014-04-21 10:43:59 +0000
commit788db1ec53c00b1a1a9457dc156bc7990736e88e (patch)
treef3d12055bf141e23b379a466d2eb6f76cc4eb7c2 /lib/PublicInbox/Config.pm
parentbbe5d24accf4f10af1a9a5ae46df10604c1410f5 (diff)
downloadpublic-inbox-788db1ec53c00b1a1a9457dc156bc7990736e88e.tar.gz
Do not repeat ourselves, just use the same description file
gitweb uses to avoid surprising users.
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 d71bc52e..32bd9ab6 100644
--- a/lib/PublicInbox/Config.pm
+++ b/lib/PublicInbox/Config.pm
@@ -57,7 +57,7 @@ sub lookup {
         defined $pfx or return;
 
         my %rv;
-        foreach my $k (qw(mainrepo description address)) {
+        foreach my $k (qw(mainrepo address)) {
                 my $v = $self->{"$pfx.$k"};
                 $rv{$k} = $v if defined $v;
         }