From c3a7921f7171ffb15f8cbb862aba704c89e957d8 Mon Sep 17 00:00:00 2001 From: Spencer Schrock Date: Mon, 26 Sep 2022 17:02:01 -0700 Subject: [PATCH] fix arg typo (#2304) Signed-off-by: Spencer Schrock Signed-off-by: Spencer Schrock --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2239e04e..9d45f0b4 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ build-proto: cron/internal/data/request.pb.go cron/internal/data/metadata.pb.go cron/internal/data/request.pb.go: cron/internal/data/request.proto | $(PROTOC) $(PROTOC_GEN_GO) $(PROTOC) --plugin=$(PROTOC_GEN_GO) --go_out=. --go_opt=paths=source_relative cron/internal/data/request.proto cron/internal/data/metadata.pb.go: cron/internal/data/metadata.proto | $(PROTOC) $(PROTOC_GEN_GO) - $(PROTOC) --plugin=$(PROTOC_GEN_GO) --go_out=. --go_out=paths=source_relative cron/internal/data/metadata.proto + $(PROTOC) --plugin=$(PROTOC_GEN_GO) --go_out=. --go_opt=paths=source_relative cron/internal/data/metadata.proto generate-mocks: ## Compiles and generates all mocks using mockgen. generate-mocks: clients/mockclients/repo_client.go \