diff options
Diffstat (limited to 'src/sub_commands')
| -rw-r--r-- | src/sub_commands/prs/list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/prs/list.rs b/src/sub_commands/prs/list.rs index f896f5a..f0b4ad9 100644 --- a/src/sub_commands/prs/list.rs +++ b/src/sub_commands/prs/list.rs | |||
| @@ -48,7 +48,7 @@ pub async fn launch( | |||
| 48 | &git_repo, | 48 | &git_repo, |
| 49 | root_commit.to_string(), | 49 | root_commit.to_string(), |
| 50 | &client, | 50 | &client, |
| 51 | client.get_more_fallback_relays().clone(), | 51 | client.get_fallback_relays().clone(), |
| 52 | ) | 52 | ) |
| 53 | .await?; | 53 | .await?; |
| 54 | 54 | ||