diff options
Diffstat (limited to 'src/bin/git_remote_nostr/push.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/push.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs index 6113c0a..0cb1107 100644 --- a/src/bin/git_remote_nostr/push.rs +++ b/src/bin/git_remote_nostr/push.rs | |||
| @@ -792,7 +792,7 @@ fn create_rejected_refspecs_and_remotes_refspecs( | |||
| 792 | ).as_str(), | 792 | ).as_str(), |
| 793 | )?; | 793 | )?; |
| 794 | } | 794 | } |
| 795 | }; | 795 | } |
| 796 | } else { | 796 | } else { |
| 797 | // remote_value oid is not present locally | 797 | // remote_value oid is not present locally |
| 798 | // TODO can we download the remote reference? | 798 | // TODO can we download the remote reference? |