lib/PublicInbox/Fetch.pm | 2 +- diff --git a/lib/PublicInbox/Fetch.pm b/lib/PublicInbox/Fetch.pm index 0bd6502cd6660d6fd577b01374e1b43b98e534c1..464ffe12f3af7b66367ab98626c4233795732355 100644 --- a/lib/PublicInbox/Fetch.pm +++ b/lib/PublicInbox/Fetch.pm @@ -112,10 +112,10 @@ unless (-d $edir && -w _) { # must be writable dir $skip->{$nr} = 1; next; } + next if defined $git_url; if (defined(my $url = remote_url($lei, $edir))) { $git_url = $url; $epoch = $nr; - last; } else { warn "W: $edir missing remote.origin.url\n"; }