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 9b74719..daae37f 100644 --- a/src/sub_commands/pull.rs +++ b/src/sub_commands/pull.rs | |||
| @@ -44,6 +44,7 @@ pub async fn launch() -> Result<()> { | |||
| 44 | root_commit.to_string(), | 44 | root_commit.to_string(), |
| 45 | &client, | 45 | &client, |
| 46 | client.get_fallback_relays().clone(), | 46 | client.get_fallback_relays().clone(), |
| 47 | true, | ||
| 47 | ) | 48 | ) |
| 48 | .await?; | 49 | .await?; |
| 49 | 50 | ||