We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f98a0d commit fc6ba4fCopy full SHA for fc6ba4f
Makefile
@@ -376,6 +376,7 @@ ifneq ($(shell git ls-files -o -m --directory --exclude-standard --no-empty-dire
376
$(info $(shell git ls-files -o -m --directory --exclude-standard --no-empty-directory | sed -e "s/^/ /"))
377
$(info )
378
$(info Try running: make generate manifests api-docs)
379
+ $(shell git diff)
380
$(error Check: FAILED)
381
else
382
$(info Check: PASS)
0 commit comments