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 7c64bb2..e592cd7 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs | |||
| @@ -44,7 +44,7 @@ pub async fn launch(cli_args: &Cli) -> Result<()> { | |||
| 44 | &git_repo, | 44 | &git_repo, |
| 45 | root_commit.to_string(), | 45 | root_commit.to_string(), |
| 46 | &client, | 46 | &client, |
| 47 | client.get_more_fallback_relays().clone(), | 47 | client.get_fallback_relays().clone(), |
| 48 | ) | 48 | ) |
| 49 | .await?; | 49 | .await?; |
| 50 | 50 | ||