From 2f1a474c8c82156e91993b21b290b5798d0b4843 Mon Sep 17 00:00:00 2001 From: Vishal Raj Date: Fri, 28 Jul 2023 11:06:47 +0800 Subject: [PATCH] (minor): remove unnecessary opt --- tools/generate-modelpb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/generate-modelpb.sh b/tools/generate-modelpb.sh index 3c3eef8f..842af953 100755 --- a/tools/generate-modelpb.sh +++ b/tools/generate-modelpb.sh @@ -9,6 +9,6 @@ PATH="${TOOLS_DIR}/build/bin:${PATH}" protoc \ --go_out=. \ --go_opt=module=github.com/elastic/apm-data \ --go-vtproto_out=. \ - --go-vtproto_opt=features=marshal+unmarshal+size+pool+clone,pool=./modelpb.APMEvent,module=github.com/elastic/apm-data \ + --go-vtproto_opt=features=marshal+unmarshal+size+pool+clone,module=github.com/elastic/apm-data \ ${PROTOC_VT_STRUCTS} \ ./model/proto/*.proto