From b82522a53e28f34f1dc0ea33cb98861d2807430a Mon Sep 17 00:00:00 2001 From: George Blue Date: Sun, 28 Feb 2021 13:48:38 +0000 Subject: [PATCH] fix: typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c955a1af..1c6d107e1 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ginkgo: ## Run tests using Ginkgo fmt: ## Checks that the code is formatted correcty @@if [ -n "$$(gofmt -s -e -l -d .)" ]; then \ - echo "gofmt check failed: run 'gofmt -d -e -l -w .'"; \ + echo "gofmt check failed: run 'gofmt -s -e -l -w .'"; \ exit 1; \ fi