From 0ce47f55fe0b302cc0bebfbb096f5755673c4eff Mon Sep 17 00:00:00 2001 From: pavel-raykov Date: Tue, 21 Jan 2025 15:09:30 +0100 Subject: [PATCH] Minor --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index e1026fb0237..2ce3ceffa85 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -108,7 +108,7 @@ abigen: ## Build & install abigen. .PHONY: generate generate: abigen codecgen mockery protoc gomods ## Execute all go:generate commands. - ## Exporting PATH makes sure that go:generate uses the version of protoc installed by the protoc make command. + ## Updating PATH makes sure that go:generate uses the version of protoc installed by the protoc make command. export PATH=$(HOME)/.local/bin:$(PATH); gomods -w go generate -x ./... find . -type f -name .mockery.yaml -execdir mockery \; ## Execute mockery for all .mockery.yaml files