Skip to content

Commit b19061f

Browse files
committed
Fix paths in pre commit config
1 parent 88b6e4a commit b19061f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
- id: destroyed-symlinks
5555
- id: check-yaml
5656
args: [-m]
57-
exclude: "^templates/(ovnnorthd|openstackconfiggenerator|openstackcontrolplane)/.*$"
57+
exclude: "^templates/(ovnnorthd|ovndbcluster|ovncontroller)/.*$"
5858
- id: check-json
5959
- id: detect-private-key
6060
- id: end-of-file-fixer

0 commit comments

Comments
 (0)