]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Inbox.pm
doc: various updates to reflect current state
[public-inbox.git] / lib / PublicInbox / Inbox.pm
index 0d86771fbd33677f08e652bcbbe9cfa87852d144..2771a241aa5361f3067ef15f22a1463c4d6b75dc 100644 (file)
@@ -225,7 +225,7 @@ sub description {
        local $/ = "\n";
        chomp $desc;
        $desc =~ s/\s+/ /smg;
-       $desc = '($REPO_DIR/description missing)' if $desc eq '';
+       $desc = '($INBOX_DIR/description missing)' if $desc eq '';
        $self->{description} = $desc;
 }