Removed current_dir
This commit is contained in:
parent
dc0f27a8e8
commit
e91508cf05
@ -33,7 +33,6 @@ Starting running shell action: {}
|
|||||||
}
|
}
|
||||||
|
|
||||||
let mut process = Command::new(path)
|
let mut process = Command::new(path)
|
||||||
.current_dir(".")
|
|
||||||
.envs(variables.iter().map(|v| {
|
.envs(variables.iter().map(|v| {
|
||||||
log::trace!("{:?}", v);
|
log::trace!("{:?}", v);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user