Skip to content

Commit b510cbc

Browse files
authored
chore: fix bug intoduced in #316
1 parent 441e87a commit b510cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
- id: checkov
9696
name: Checkov
9797
description: Runs checkov on Terraform templates.
98-
entry: hooks/checkov -d .
98+
entry: checkov -d .
9999
language: python
100100
pass_filenames: false
101101
always_run: false

0 commit comments

Comments
 (0)