Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -59,7 +59,7 @@ impl VcsClient {
|
||||
} => {
|
||||
let checkout_branch = std::process::Command::new("git")
|
||||
.current_dir(source.as_path())
|
||||
.args(&[
|
||||
.args([
|
||||
"-c",
|
||||
&format!("user.name={}", username),
|
||||
"-c",
|
||||
|
Reference in New Issue
Block a user