Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
8f889663b2
commit
3a09c68378
@ -31,7 +31,7 @@ impl ShellAction {
|
||||
|
||||
let mut process = Command::new(&path)
|
||||
.current_dir(current_dir)
|
||||
.envs(variables.iter().map(|v| {
|
||||
.envs(variables.iter().rev().map(|v| {
|
||||
log::trace!("{:?}", v);
|
||||
|
||||
(v.name.to_uppercase(), v.value.clone())
|
||||
|
Loading…
Reference in New Issue
Block a user