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, 1 insertions, 0 deletions
diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs index e588a5a..3967699 100644 --- a/src/bin/git_remote_nostr/push.rs +++ b/src/bin/git_remote_nostr/push.rs | |||
| @@ -461,6 +461,7 @@ async fn generate_patches_or_pr_event_or_pr_updates( | |||
| 461 | ahead.first().context("no commits to push")?, | 461 | ahead.first().context("no commits to push")?, |
| 462 | user_ref, | 462 | user_ref, |
| 463 | root_proposal, | 463 | root_proposal, |
| 464 | &None, | ||
| 464 | signer, | 465 | signer, |
| 465 | term, | 466 | term, |
| 466 | ) | 467 | ) |