diff options
Diffstat (limited to 'src/git_remote_helper.rs')
| -rw-r--r-- | src/git_remote_helper.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/git_remote_helper.rs b/src/git_remote_helper.rs index 99eea78..2244383 100644 --- a/src/git_remote_helper.rs +++ b/src/git_remote_helper.rs | |||
| @@ -477,6 +477,7 @@ async fn fetch( | |||
| 477 | if oids_from_git_servers | 477 | if oids_from_git_servers |
| 478 | .iter() | 478 | .iter() |
| 479 | .any(|oid| !git_repo.does_commit_exist(oid).unwrap()) | 479 | .any(|oid| !git_repo.does_commit_exist(oid).unwrap()) |
| 480 | && !errors.is_empty() | ||
| 480 | { | 481 | { |
| 481 | bail!( | 482 | bail!( |
| 482 | "failed to fetch objects in nostr state event from:\r\n{}", | 483 | "failed to fetch objects in nostr state event from:\r\n{}", |