diff options
Diffstat (limited to 'src/sub_commands/push.rs')
| -rw-r--r-- | src/sub_commands/push.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index fac746f..de2a92f 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs | |||
| @@ -110,6 +110,7 @@ pub async fn launch(cli_args: &Cli) -> Result<()> { | |||
| 110 | &keys, | 110 | &keys, |
| 111 | &repo_ref, | 111 | &repo_ref, |
| 112 | patch_events.last().map(nostr::Event::id), | 112 | patch_events.last().map(nostr::Event::id), |
| 113 | None, | ||
| 113 | ) | 114 | ) |
| 114 | .context("cannot make patch event from commit")?, | 115 | .context("cannot make patch event from commit")?, |
| 115 | ); | 116 | ); |