One parameter to clone
This commit is contained in:
parent
48c1a76240
commit
842fd4bdd6
@ -146,8 +146,7 @@ fn reload(config: &State<Config>, repo: &str) -> Result<String, SyncError> {
|
||||
Command::new("git")
|
||||
.current_dir(&git_root)
|
||||
.arg("clone")
|
||||
.arg(&source_path)
|
||||
.arg(&build_path),
|
||||
.arg(&source_path),
|
||||
)?);
|
||||
}
|
||||
output.push(logging_run(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user