From 678cb67c9be01a4a785ff24065d5b68e869a770e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 14:18:35 -0600 Subject: fix Append() logic Signed-off-by: Jeff Carr --- testautogen/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautogen') diff --git a/testautogen/Makefile b/testautogen/Makefile index a1bf723..476e3d0 100644 --- a/testautogen/Makefile +++ b/testautogen/Makefile @@ -6,8 +6,8 @@ test: vet all: clean test.pb.go forgeConfig.pb.go run run: - ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" --marshal GitTags --append Refname - ../autogenpb --proto forgeConfig.proto --sort "ByPath,GoPath" --append GoPath + ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" --marshal GitTags --append Subject + ../autogenpb --proto forgeConfig.proto --sort "ByPath,GoPath" # --append GoPath vet: @GO111MODULE=off go vet -- cgit v1.2.3