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.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs
index 75bff2d..06c3e50 100644
--- a/src/sub_commands/push.rs
+++ b/src/sub_commands/push.rs
@@ -106,12 +106,10 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> {
106 sub_commands::send::launch( 106 sub_commands::send::launch(
107 cli_args, 107 cli_args,
108 &sub_commands::send::SubCommandArgs { 108 &sub_commands::send::SubCommandArgs {
109 starting_commit: String::new(), 109 since_or_revision_range: String::new(),
110 in_reply_to: Some(proposal_root_event.id.to_string()), 110 in_reply_to: Some(proposal_root_event.id.to_string()),
111 title: None, 111 title: None,
112 description: None, 112 description: None,
113 from_branch: None,
114 to_branch: None,
115 no_cover_letter: args.no_cover_letter, 113 no_cover_letter: args.no_cover_letter,
116 }, 114 },
117 ) 115 )