diff options
Diffstat (limited to 'src/bin/git_remote_nostr/fetch.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/fetch.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/fetch.rs b/src/bin/git_remote_nostr/fetch.rs index 5ee4271..a7210d0 100644 --- a/src/bin/git_remote_nostr/fetch.rs +++ b/src/bin/git_remote_nostr/fetch.rs | |||
| @@ -115,7 +115,7 @@ pub fn make_commits_for_proposal( | |||
| 115 | author: Some(patch.pubkey), | 115 | author: Some(patch.pubkey), |
| 116 | kind: Some(patch.kind), | 116 | kind: Some(patch.kind), |
| 117 | relays: if let Some(relay) = repo_ref.relays.first() { | 117 | relays: if let Some(relay) = repo_ref.relays.first() { |
| 118 | vec![relay.to_string()] | 118 | vec![relay.to_owned()] |
| 119 | } else { | 119 | } else { |
| 120 | vec![] | 120 | vec![] |
| 121 | }, | 121 | }, |