diff options
Diffstat (limited to 'src/bin/git_remote_nostr/push.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/push.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs index e880f0d..c35699d 100644 --- a/src/bin/git_remote_nostr/push.rs +++ b/src/bin/git_remote_nostr/push.rs | |||
| @@ -75,7 +75,6 @@ pub async fn run_push( | |||
| 75 | git_repo, | 75 | git_repo, |
| 76 | &repo_ref.git_server, | 76 | &repo_ref.git_server, |
| 77 | &repo_ref.to_nostr_git_url(&None), | 77 | &repo_ref.to_nostr_git_url(&None), |
| 78 | &repo_ref.grasp_servers(), | ||
| 79 | ) | 78 | ) |
| 80 | }); | 79 | }); |
| 81 | 80 | ||