diff --git a/crates/tabby-scheduler/src/repository.rs b/crates/tabby-scheduler/src/repository.rs index 48a52a9..8fb9809 100644 --- a/crates/tabby-scheduler/src/repository.rs +++ b/crates/tabby-scheduler/src/repository.rs @@ -33,8 +33,6 @@ impl RepositoryExt for Repository { Command::new("git") .current_dir(dir.parent().unwrap()) .arg("clone") - .arg("--depth") - .arg("1") .arg(&self.git_url) .arg(dir) .status()