fix example blog makefile (#1296)

pull/1300/head
杜晨昊 3 years ago committed by GitHub
parent 2e17f18d66
commit 2fa9168bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/blog/Makefile

@ -37,7 +37,7 @@ http:
# generate errors code # generate errors code
errors: errors:
protoc --proto_path=. \ protoc --proto_path=. \
--proto_path=./third_party \ --proto_path=$(KRATOS)/third_party \
--go_out=paths=source_relative:. \ --go_out=paths=source_relative:. \
--go-errors_out=paths=source_relative:. \ --go-errors_out=paths=source_relative:. \
$(API_PROTO_FILES) $(API_PROTO_FILES)

Loading…
Cancel
Save