From 842fd4bdd6cf1fea52d2600bcd0cda6c0d9a3a7a Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 3 Dec 2022 22:48:11 -0800 Subject: [PATCH] One parameter to clone --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 3ffae5d..bc9a485 100644 --- a/src/main.rs +++ b/src/main.rs @@ -146,8 +146,7 @@ fn reload(config: &State, repo: &str) -> Result { Command::new("git") .current_dir(&git_root) .arg("clone") - .arg(&source_path) - .arg(&build_path), + .arg(&source_path), )?); } output.push(logging_run(