From 33cb4576e9aad2eca7ad260ea5ebab1e12a3f6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=85=E5=AD=90?= Date: Mon, 13 Mar 2023 16:05:38 +0800 Subject: [PATCH] Update Makefile (#2725) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79e6cda2e..7825a11ce 100644 --- a/Makefile +++ b/Makefile @@ -99,4 +99,4 @@ lint: $(LINTER) .PHONY: proto proto: protoc --proto_path=./api --proto_path=./third_party --go_out=paths=source_relative:./api --go-grpc_out=paths=source_relative:./api --go-http_out=paths=source_relative:./api metadata/metadata.proto - protoc --proto_path=./third_party --go_out=paths=source_relative:./ errors/errors.proto + protoc --proto_path=./third_party --go_out=paths=source_relative:./errors/errors.proto