Skip to content

Commit

Permalink
Change default shell to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Aug 14, 2024
1 parent 2608670 commit 8a09b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml_shellcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def setup():
"-s",
"--shell",
help="default shebang line to add to shell script snippets (default: '#!/bin/sh -e')",
default="#!/bin/sh -e",
default="#!/bin/bash -e",
type=str,
)
parser.add_argument(
Expand Down

0 comments on commit 8a09b2b

Please sign in to comment.