Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 8055ba6

Browse files
committed
chore: Fix up path to repo-infra
1 parent 2175bfa commit 8055ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pre-commit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ echo "Verifying Gofmt"
124124
./hack/go-tools/verify-gofmt.sh
125125

126126
echo "Checking boilerplate text"
127-
./vendor/repo-infra/hack/verify_boilerplate.py --rootdir="${ROOT_DIR}"
127+
./vendor/k8s.io/repo-infra/hack/verify_boilerplate.py --rootdir="${ROOT_DIR}"
128128

129129
echo "Linting"
130130
golangci-lint run --timeout=5m

0 commit comments

Comments
 (0)