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