diff options
Diffstat (limited to 'src/sub_commands/pull.rs')
| -rw-r--r-- | src/sub_commands/pull.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sub_commands/pull.rs b/src/sub_commands/pull.rs index a6513e8..a656e09 100644 --- a/src/sub_commands/pull.rs +++ b/src/sub_commands/pull.rs | |||
| @@ -38,6 +38,7 @@ pub async fn launch() -> Result<()> { | |||
| 38 | let client = <MockConnect as std::default::Default>::default(); | 38 | let client = <MockConnect as std::default::Default>::default(); |
| 39 | 39 | ||
| 40 | let repo_ref = repo_ref::fetch( | 40 | let repo_ref = repo_ref::fetch( |
| 41 | &git_repo, | ||
| 41 | root_commit.to_string(), | 42 | root_commit.to_string(), |
| 42 | &client, | 43 | &client, |
| 43 | client.get_more_fallback_relays().clone(), | 44 | client.get_more_fallback_relays().clone(), |