diff --git a/cuddle_cli/src/actions/shell.rs b/cuddle_cli/src/actions/shell.rs index ae042ca..e03ffd1 100644 --- a/cuddle_cli/src/actions/shell.rs +++ b/cuddle_cli/src/actions/shell.rs @@ -33,7 +33,6 @@ Starting running shell action: {} } let mut process = Command::new(path) - .current_dir(".") .envs(variables.iter().map(|v| { log::trace!("{:?}", v);