From 8a09b2b20495186c55c3499618d0d09763709ae3 Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Wed, 14 Aug 2024 02:14:28 +0200 Subject: [PATCH] Change default shell to bash --- yaml_shellcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml_shellcheck.py b/yaml_shellcheck.py index 5266258..fc324b3 100755 --- a/yaml_shellcheck.py +++ b/yaml_shellcheck.py @@ -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(