diff --git a/crates/temps-deployments/src/jobs/download_repo.rs b/crates/temps-deployments/src/jobs/download_repo.rs index 3e1dbffa..cbb3c8a7 100644 --- a/crates/temps-deployments/src/jobs/download_repo.rs +++ b/crates/temps-deployments/src/jobs/download_repo.rs @@ -253,7 +253,6 @@ impl DownloadRepoJob { // Checkout the specific commit let checkout_output = tokio::process::Command::new("git") .arg("checkout") - .arg("--") .arg(commit_sha) .current_dir(repo_dir) .output()