Skip to content

Commit 4e6d315

Browse files
committed
shellcheck_run_steps: Fix missing filename parameter
Signed-off-by: dann frazier <dann.frazier@chainguard.dev>
1 parent b016305 commit 4e6d315

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)