Skip to content

Commit 83b492a

Browse files
authored
fix(.pre-commit-config.yaml): fix hook id to match new name
1 parent 9d021bf commit 83b492a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- repo: https://github.com/hashicorp/copywrite
77
rev: v0.15.0 # Use any release tag
88
hooks:
9-
- id: copywrite-headers
9+
- id: add-headers
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
1111
rev: v2.3.0
1212
hooks:

0 commit comments

Comments
 (0)