From a78195f365ad22ed4530a654fe1340ebf9e37166 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 19 Dec 2023 16:10:52 +0100 Subject: [PATCH] fix: check args --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4b8541e..3f06f3c 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ format: @gofmt -s -w ./... check: - @test -z $$(gofmt -l ./...) || \ + @test -z $$(gofmt -l .) || \ (echo "gofmt: formatting issue - run 'make format' to resolve" && exit 1) clean: