summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-03-20 09:15:05 -0400
committerChristopher Speller <crspeller@gmail.com>2017-03-20 09:15:05 -0400
commit76f8420a52f44f62fa7fe1a777ad1de66e72c034 (patch)
tree91a648668181b54425888a30c610126f76e66139 /Makefile
parentf9be4d5acbc188a5fe21e6a6f5b96c4ad2b7bf08 (diff)
downloadchat-76f8420a52f44f62fa7fe1a777ad1de66e72c034.tar.gz
chat-76f8420a52f44f62fa7fe1a777ad1de66e72c034.tar.bz2
chat-76f8420a52f44f62fa7fe1a777ad1de66e72c034.zip
Fix success typo in Makefile (#5809)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 269734682..4fbcaad63 100644
--- a/Makefile
+++ b/Makefile
@@ -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; \