---
 t/git.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/git.t b/t/git.t
index 08b4a918..56fc8d95 100644
--- a/t/git.t
+++ b/t/git.t
@@ -9,7 +9,7 @@ use POSIX qw(strftime);
 use PublicInbox::Git;
 
 {
-       PublicInbox::Import::init_bare($dir);
+       PublicInbox::Import::init_bare($dir, 'master');
        my $fi_data = './t/git.fast-import-data';
        open my $fh, '<', $fi_data or die
                "fast-import data readable (or run test at top level: $!";
-- 
2.33.1


Reply via email to