diff options
Diffstat (limited to 'src/sub_commands/push.rs')
| -rw-r--r-- | src/sub_commands/push.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index bcac178..fdaab8e 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs | |||
| @@ -107,7 +107,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { | |||
| 107 | sub_commands::send::launch( | 107 | sub_commands::send::launch( |
| 108 | cli_args, | 108 | cli_args, |
| 109 | &sub_commands::send::SubCommandArgs { | 109 | &sub_commands::send::SubCommandArgs { |
| 110 | since_or_revision_range: String::new(), | 110 | since_or_range: String::new(), |
| 111 | in_reply_to: Some(proposal_root_event.id.to_string()), | 111 | in_reply_to: Some(proposal_root_event.id.to_string()), |
| 112 | title: None, | 112 | title: None, |
| 113 | description: None, | 113 | description: None, |