Skip to content

Commit 78c1eb8

Browse files
committed
fix: correct name of start script
1 parent 058431c commit 78c1eb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ k8s-validate [--kubernetes-version X.X.X] [--exclude glob-pattern] files
1818

1919
Add a section similar to this to your .pre-commit-hooks.yaml:
2020
- repo: https://github.com/Agilicus/pre-commit-hook-k8svalidate.git
21-
rev: v0.0.3
21+
rev: v0.0.4
2222
hooks:
2323
- id: k8svalidate
2424
args: [--exclude, "*.patch.yaml"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
url="https://github.com/Agilicus/pre-commit-hook-k8svalidate",
99
version="0.0.0",
1010
install_requires=["ruamel.yaml>=0.16.10", "kubernetes-validate>=1.16.0"],
11-
scripts=["pre_commit_hooks/k8svalidate"],
11+
scripts=["pre-commit-hooks/k8svalidate"],
1212
)

0 commit comments

Comments
 (0)