From 70d5b73afdcad98123e0cfd019bb4716e7630d9f Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Fri, 12 Oct 2018 09:26:46 -0700 Subject: [PATCH] fixing build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb421e7..84f7228 100644 --- a/Makefile +++ b/Makefile @@ -14,5 +14,5 @@ test: profanity: @profanity -include="*.go,Makefile,README.md" -cover: +coverage: @coverage \ No newline at end of file