Skip to content

Commit 393a8c7

Browse files
authored
Merge pull request #15 from chainguard-dev/shellcheck-docker-missing-filename
shellcheck_run_steps: Fix missing filename parameter
2 parents b016305 + 4e6d315 commit 393a8c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pre_commit_hooks/shellcheck_run_steps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def main(argv: Sequence[str] | None = None) -> int:
119119
"compile",
120120
f"--arch={os.uname().machine}",
121121
"--pipeline-dir=./pipelines",
122+
filename,
122123
],
123124
stdout=compiled_out,
124125
)

0 commit comments

Comments
 (0)