From 26aa0f4fffdd5f402b4b3d3852f61d5131615d51 Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 19 Jun 2023 11:19:43 -0400 Subject: [PATCH] Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afe3cd82..f9cc804d 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ lintall: lint ##@Development Lint Go and JS code format: ##@Development Format code @(cd ./ui && npm run prettier) - @go run golang.org/x/tools/cmd/goimports -w `find . -name '*.go' | grep -v '_gen.go$''` + @go run golang.org/x/tools/cmd/goimports -w `find . -name '*.go' | grep -v _gen.go$$` @go mod tidy .PHONY: format