From 76f8420a52f44f62fa7fe1a777ad1de66e72c034 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 20 Mar 2017 09:15:05 -0400 Subject: Fix success typo in Makefile (#5809) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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; \ -- cgit v1.2.3-1-g7c22