From 2fa9168bde492540c69ff2e7acab2e8bdb22bc6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E6=99=A8=E6=98=8A?= Date: Thu, 5 Aug 2021 09:24:39 +0800 Subject: [PATCH] fix example blog makefile (#1296) --- examples/blog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/blog/Makefile b/examples/blog/Makefile index 16bedc4de..ec133d4d6 100644 --- a/examples/blog/Makefile +++ b/examples/blog/Makefile @@ -37,7 +37,7 @@ http: # generate errors code errors: protoc --proto_path=. \ - --proto_path=./third_party \ + --proto_path=$(KRATOS)/third_party \ --go_out=paths=source_relative:. \ --go-errors_out=paths=source_relative:. \ $(API_PROTO_FILES)