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 434dae9..9e54ca7 100644 --- a/src/bin/git_remote_nostr/push.rs +++ b/src/bin/git_remote_nostr/push.rs | |||
| @@ -789,7 +789,7 @@ fn create_rejected_refspecs_and_remotes_refspecs( | |||
| 789 | // ancestor of nostr and we are force pushing anyway... | 789 | // ancestor of nostr and we are force pushing anyway... |
| 790 | refspecs_for_remote.push(refspec.clone()); | 790 | refspecs_for_remote.push(refspec.clone()); |
| 791 | } else if is_ngit_relay { | 791 | } else if is_ngit_relay { |
| 792 | // an ngit-relay can only be pushed to via nostr so can force push | 792 | // a grasp server can only be pushed to via nostr so can force push |
| 793 | refspecs_for_remote.push(ensure_force_push_refspec(refspec)); | 793 | refspecs_for_remote.push(ensure_force_push_refspec(refspec)); |
| 794 | } else { | 794 | } else { |
| 795 | rejected_refspecs | 795 | rejected_refspecs |