Skip to content

Commit

Permalink
fix: restore --shell default value
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-pap committed Jun 25, 2023
1 parent 5e5b9ee commit bdf4363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runAll.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const runAll = async (
maxArgLength,
quiet = false,
relative = false,
shell,
shell = false,
// Stashing should be disabled by default when the `diff` option is used
stash = diff === undefined,
verbose = false,
Expand Down

0 comments on commit bdf4363

Please sign in to comment.