lib/PublicInbox/LeiMirror.pm | 4 ++-- diff --git a/lib/PublicInbox/LeiMirror.pm b/lib/PublicInbox/LeiMirror.pm index 40164b676ddb7591536789161ef3a7d14ab1ef35..faf6a3b6f09fb97a37341ed74b105d813c1e1426 100644 --- a/lib/PublicInbox/LeiMirror.pm +++ b/lib/PublicInbox/LeiMirror.pm @@ -392,7 +392,7 @@ require PublicInbox::MultiGit; my $mg = PublicInbox::MultiGit->new($dst, 'all.git', 'git'); $mg->fill_alternates; for my $i ($mg->git_epochs) { $mg->epoch_cfg_set($i) } - my $entries = delete($self->{-ent}) // []; + my $entries = delete($self->{-entv}) // []; while (@$entries) { my ($edst, $ent) = splice(@$entries); if (defined(my $o = $ent->{owner})) { @@ -450,7 +450,7 @@ $desc = $d; } if (!$want || $want->{$nr}) { push @src_edst, $src, $edst; - push @{$task->{-ent}}, $edst, $ent; + push @{$task->{-entv}}, $edst, $ent; } else { # create a placeholder so users only need to chmod +w init_placeholder($src, $edst, $ent); push @{$task->{-read_only}}, $edst;