Skip to content

Commit

Permalink
chore(pytest): fix shell discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Dec 13, 2024
1 parent ca7d538 commit 5e7b13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prysk/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ execSync(
);

const flags = [
"--prysk-shell=bash",
"--prysk-shell=$(which bash)",
process.env.PRYSK_INTERACTIVE === "true" ? "--interactive" : "",
isWindows ? "--prysk-dos2unix=true" : "",
].join(" ");
Expand Down

0 comments on commit 5e7b13b

Please sign in to comment.