diff --git a/radicle-cli/src/commands/clone.rs b/radicle-cli/src/commands/clone.rs index 87c516ae..d1339589 100644 --- a/radicle-cli/src/commands/clone.rs +++ b/radicle-cli/src/commands/clone.rs @@ -224,7 +224,7 @@ pub fn clone( let results = sync::fetch( id, - sync::SyncMode::default(), + sync::RepoSync::default(), time::Duration::from_secs(9), node, )?; diff --git a/radicle-cli/src/commands/sync.rs b/radicle-cli/src/commands/sync.rs index 92bb97ac..48aa65d4 100644 --- a/radicle-cli/src/commands/sync.rs +++ b/radicle-cli/src/commands/sync.rs @@ -19,9 +19,8 @@ pub const HELP: Help = Help { usage: r#" Usage - rad sync [] [