Removed current_dir

This commit is contained in:
2022-08-13 17:57:00 +02:00
parent dc0f27a8e8
commit e91508cf05

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);