about summary refs log tree commit homepage
path: root/t/feed.t
diff options
context:
space:
mode:
Diffstat (limited to 't/feed.t')
-rw-r--r--t/feed.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/feed.t b/t/feed.t
index 4a887b49..eb1f35fb 100644
--- a/t/feed.t
+++ b/t/feed.t
@@ -22,7 +22,7 @@ my $git_dir = "$tmpdir/gittest";
 my $ibx = PublicInbox::Inbox->new({
         address => 'test@example',
         name => 'testbox',
-        mainrepo => $git_dir,
+        inboxdir => $git_dir,
         url => 'http://example.com/test',
         feedmax => 3,
 });