Skip to content

Commit

Permalink
Merge pull request #352 from kubernetes-sigs:makefile-debug-verify
Browse files Browse the repository at this point in the history
Add git diff HEAD to verify-gen
  • Loading branch information
cprivitere committed Jul 12, 2022
2 parents 2b1502e + fce0d19 commit 202ec30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -428,5 +428,5 @@ verify-modules: modules
.PHONY: verify-gen
verify-gen: generate
@if !(git diff --quiet HEAD); then \
echo "generated files are out of date, run make generate"; exit 1; \
echo "generated files are out of date, run make generate"; git diff HEAD; exit 1; \
fi

0 comments on commit 202ec30

Please sign in to comment.