Skip to content

Commit a8da4fc

Browse files
authored
Merge pull request #711 from cpanato/update-makefile
makefile: update makefile verify-modules
2 parents e490b54 + 020e516 commit a8da4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ verify-boilerplate:
462462

463463
.PHONY: verify-modules
464464
verify-modules: modules
465-
@if !(git diff --quiet HEAD -- go.sum go.mod hack/tools/go.mod hack/tools/go.sum); then \
465+
@if !(git diff --quiet HEAD -- go.sum go.mod); then \
466466
echo "go module files are out of date"; exit 1; \
467467
fi
468468

0 commit comments

Comments
 (0)