diff options
Diffstat (limited to 'src/sub_commands/send.rs')
| -rw-r--r-- | src/sub_commands/send.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/send.rs b/src/sub_commands/send.rs index 81cecd8..35c2c81 100644 --- a/src/sub_commands/send.rs +++ b/src/sub_commands/send.rs | |||
| @@ -518,7 +518,7 @@ pub static PATCH_KIND: u64 = 1617; | |||
| 518 | pub fn generate_cover_letter_and_patch_events( | 518 | pub fn generate_cover_letter_and_patch_events( |
| 519 | cover_letter_title_description: Option<(String, String)>, | 519 | cover_letter_title_description: Option<(String, String)>, |
| 520 | git_repo: &Repo, | 520 | git_repo: &Repo, |
| 521 | commits: &Vec<Sha1Hash>, | 521 | commits: &[Sha1Hash], |
| 522 | keys: &nostr::Keys, | 522 | keys: &nostr::Keys, |
| 523 | repo_ref: &RepoRef, | 523 | repo_ref: &RepoRef, |
| 524 | in_reply_to: &Option<String>, | 524 | in_reply_to: &Option<String>, |