Removed current_dir

This commit is contained in:
Kasper Juul Hermansen 2022-08-13 17:57:00 +02:00
parent dc0f27a8e8
commit e91508cf05
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -33,7 +33,6 @@ Starting running shell action: {}
}
let mut process = Command::new(path)
.current_dir(".")
.envs(variables.iter().map(|v| {
log::trace!("{:?}", v);