Skip to content

Commit

Permalink
chore(maintenance_scripts: makefile_shellcheck): sync with upstream - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 10, 2024
1 parent b2cc5e3 commit 428276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance_scripts/makefile_shellcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit 428276f

Please sign in to comment.