Skip to content

Commit 4dde8b0

Browse files
authored
fix(.pre-commit-config.yaml): fix hook id to match new name (#123)
1 parent 23d45e6 commit 4dde8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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)