diff options
Diffstat (limited to 'src/sub_commands/list.rs')
| -rw-r--r-- | src/sub_commands/list.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sub_commands/list.rs b/src/sub_commands/list.rs index 666c4bf..f7397f1 100644 --- a/src/sub_commands/list.rs +++ b/src/sub_commands/list.rs | |||
| @@ -48,6 +48,7 @@ pub async fn launch(_cli_args: &Cli, _args: &SubCommandArgs) -> Result<()> { | |||
| 48 | root_commit.to_string(), | 48 | root_commit.to_string(), |
| 49 | &client, | 49 | &client, |
| 50 | client.get_fallback_relays().clone(), | 50 | client.get_fallback_relays().clone(), |
| 51 | true, | ||
| 51 | ) | 52 | ) |
| 52 | .await?; | 53 | .await?; |
| 53 | 54 | ||