From 428276f363d6adc50dbcbd499b14bd03e8358bad Mon Sep 17 00:00:00 2001 From: actionless Date: Tue, 10 Sep 2024 22:14:07 +0200 Subject: [PATCH] chore(maintenance_scripts: makefile_shellcheck): sync with upstream - 3 --- maintenance_scripts/makefile_shellcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance_scripts/makefile_shellcheck.py b/maintenance_scripts/makefile_shellcheck.py index 6b9476de..5cdea4b3 100755 --- a/maintenance_scripts/makefile_shellcheck.py +++ b/maintenance_scripts/makefile_shellcheck.py @@ -195,7 +195,7 @@ def shellcheck_maketarget( shellcheck_args = [ "shellcheck", fobj.name, - f"--shell={args.shell or make_shell or DEFALT_SHELL}", + f"--shell={args.shell or make_shell or DEFAULT_SHELL}", "--color=always", ] shellcheck_args.extend([