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 2500e9f..73bdb38 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs | |||
| @@ -119,6 +119,7 @@ pub async fn launch(cli_args: &Cli) -> Result<()> { | |||
| 119 | patch_events.last().map(nostr::Event::id), | 119 | patch_events.last().map(nostr::Event::id), |
| 120 | None, | 120 | None, |
| 121 | None, | 121 | None, |
| 122 | &None, | ||
| 122 | ) | 123 | ) |
| 123 | .context("cannot make patch event from commit")?, | 124 | .context("cannot make patch event from commit")?, |
| 124 | ); | 125 | ); |