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