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([