diff --git a/pre_commit_hooks/shellcheck_run_steps.py b/pre_commit_hooks/shellcheck_run_steps.py index 7514b09..35b0c0f 100644 --- a/pre_commit_hooks/shellcheck_run_steps.py +++ b/pre_commit_hooks/shellcheck_run_steps.py @@ -119,6 +119,7 @@ def main(argv: Sequence[str] | None = None) -> int: "compile", f"--arch={os.uname().machine}", "--pipeline-dir=./pipelines", + filename, ], stdout=compiled_out, )