Fix success typo in Makefile (#5809)

This commit is contained in:
Joram Wilander
2017-03-20 09:15:05 -04:00
committed by Christopher Speller
parent f9be4d5acb
commit 76f8420a52

View File

@@ -201,7 +201,7 @@ check-server-style: govet
$(eval GOFMT_OUTPUT := $(shell gofmt -d -s api/ model/ store/ utils/ manualtesting/ einterfaces/ cmd/platform/ 2>&1))
@echo "$(GOFMT_OUTPUT)"
@if [ ! "$(GOFMT_OUTPUT)" ]; then \
echo "gofmt sucess"; \
echo "gofmt success"; \
else \
echo "gofmt failure"; \
exit 1; \