about summary refs log tree commit homepage
path: root/scripts/dupe-finder
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dupe-finder')
-rw-r--r--scripts/dupe-finder2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dupe-finder b/scripts/dupe-finder
index 1e980936..8060a9d7 100644
--- a/scripts/dupe-finder
+++ b/scripts/dupe-finder
@@ -14,7 +14,7 @@ my $ibx;
 if (index($repo, '@') > 0) {
         $ibx = PublicInbox::Config->new->lookup($repo);
 } elsif (-d $repo) {
-        $ibx = { mainrepo => $repo, address => 'unnamed@example.com' };
+        $ibx = { inboxdir => $repo, address => 'unnamed@example.com' };
         $ibx = PublicInbox::Inbox->new($ibx);
 } else {
         $ibx = PublicInbox::Config->new->lookup_name($repo);