diff options
Diffstat (limited to 'src/sub_commands/push.rs')
| -rw-r--r-- | src/sub_commands/push.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index 56927fe..7a82c7a 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs | |||
| @@ -178,6 +178,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { | |||
| 178 | &cli_args.password, | 178 | &cli_args.password, |
| 179 | Some(&client), | 179 | Some(&client), |
| 180 | false, | 180 | false, |
| 181 | false, | ||
| 181 | ) | 182 | ) |
| 182 | .await?; | 183 | .await?; |
| 183 | 184 | ||
| @@ -212,6 +213,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { | |||
| 212 | user_ref.relays.write(), | 213 | user_ref.relays.write(), |
| 213 | repo_ref.relays.clone(), | 214 | repo_ref.relays.clone(), |
| 214 | !cli_args.disable_cli_spinners, | 215 | !cli_args.disable_cli_spinners, |
| 216 | false, | ||
| 215 | ) | 217 | ) |
| 216 | .await?; | 218 | .await?; |
| 217 | 219 | ||