diff options
Diffstat (limited to 'src/sub_commands/prs/list.rs')
| -rw-r--r-- | src/sub_commands/prs/list.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sub_commands/prs/list.rs b/src/sub_commands/prs/list.rs index 13f29fd..a6aa8b7 100644 --- a/src/sub_commands/prs/list.rs +++ b/src/sub_commands/prs/list.rs | |||
| @@ -45,6 +45,7 @@ pub async fn launch( | |||
| 45 | let client = <MockConnect as std::default::Default>::default(); | 45 | let client = <MockConnect as std::default::Default>::default(); |
| 46 | 46 | ||
| 47 | let repo_ref = repo_ref::fetch( | 47 | let repo_ref = repo_ref::fetch( |
| 48 | &git_repo, | ||
| 48 | root_commit.to_string(), | 49 | root_commit.to_string(), |
| 49 | &client, | 50 | &client, |
| 50 | client.get_more_fallback_relays().clone(), | 51 | client.get_more_fallback_relays().clone(), |