upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/sub_commands/push.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sub_commands/push.rs')
-rw-r--r--src/sub_commands/push.rs1
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 );