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

Commit

Permalink
chore: Fix up path to repo-infra
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Jul 3, 2020
1 parent 2175bfa commit 8055ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ echo "Verifying Gofmt"
./hack/go-tools/verify-gofmt.sh

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

echo "Linting"
golangci-lint run --timeout=5m
Expand Down

0 comments on commit 8055ba6

Please sign in to comment.