X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=scripts%2Fdupe-finder;fp=scripts%2Fdupe-finder;h=8060a9d7e7f10de3ee7a76b65a76f59713718a25;hb=3c39f9c942a6975245fda878e9b957d8d3367662;hp=1e98093685a5d946b7ca5fd7322b5b2a4604845d;hpb=28264f7af4d9f4fab951f0613a0b08b6e98af7d3;p=public-inbox.git 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);