lib/PublicInbox/SolverGit.pm | 2 +- diff --git a/lib/PublicInbox/SolverGit.pm b/lib/PublicInbox/SolverGit.pm index 16521ba77b770a801076f55c4c8c27e0c62a8ee0..38fba0ca79340eb655c12a319ab28d54621644fa 100644 --- a/lib/PublicInbox/SolverGit.pm +++ b/lib/PublicInbox/SolverGit.pm @@ -82,7 +82,7 @@ my $oid_b = $want->{oid_b}; my ($oid_full, $type, $size) = $git->check($oid_b); if ($oid_b eq ($oid_full // '') || (defined($type) && -- (!$self->{have_hints} || $type eq 'blob'))) { + (!$self->{have_hints} || $type eq 'blob'))) { delete $want->{try_gits}; return [ $git, $oid_full, $type, int($size) ]; # done, success }