diff --git a/cli/src/config/runtime.rs b/cli/src/config/runtime.rs index f98ac2e8..56a51cba 100644 --- a/cli/src/config/runtime.rs +++ b/cli/src/config/runtime.rs @@ -236,7 +236,7 @@ fn default_shell() -> Shell { #[cfg(not(windows))] fn default_shell() -> Shell { - Shell::default() + Shell::Unix("sh".to_string()) } // because Shell::Cmd is only on windows