diff --git a/Makefile b/Makefile index 7a66f1a..b4195a7 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ all: build .PHONY: fmt-check fmt-check: - # get all go files and run go fmt on them + # get all go files and run go fmt on them @diff=$$($(GOFMT) -d $(GOFILES)); \ if [ -n "$$diff" ]; then \ echo "Please run 'make fmt' and commit the result:"; \