diff options
Diffstat (limited to 'src/bin/ngit/sub_commands/send.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/send.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ngit/sub_commands/send.rs b/src/bin/ngit/sub_commands/send.rs index 6b18e84..86af2d3 100644 --- a/src/bin/ngit/sub_commands/send.rs +++ b/src/bin/ngit/sub_commands/send.rs | |||
| @@ -409,7 +409,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs, no_fetch: bool) -> Re | |||
| 409 | events | 409 | events |
| 410 | }; | 410 | }; |
| 411 | 411 | ||
| 412 | send_events( | 412 | let _ = send_events( |
| 413 | &client, | 413 | &client, |
| 414 | Some(git_repo_path), | 414 | Some(git_repo_path), |
| 415 | events.clone(), | 415 | events.clone(), |