Skip to content

Commit

Permalink
More explicit shell path
Browse files Browse the repository at this point in the history
  • Loading branch information
bossmc committed Oct 9, 2023
1 parent 84b8734 commit 8e3a2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl Shell {

impl Default for Shell {
fn default() -> Self {
Self::Shell("sh".into())
Self::Shell("/bin/sh".into())
}
}

Expand Down

0 comments on commit 8e3a2e3

Please sign in to comment.