summaryrefslogtreecommitdiff
path: root/testautogen
diff options
context:
space:
mode:
Diffstat (limited to 'testautogen')
-rw-r--r--testautogen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautogen/Makefile b/testautogen/Makefile
index b0557a9..0e85afd 100644
--- a/testautogen/Makefile
+++ b/testautogen/Makefile
@@ -6,7 +6,7 @@ test: vet
all: clean test.pb.go run vet
run:
- ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" --marshal GitTags
+ ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" --marshal GitTags --append Refname
vet:
@GO111MODULE=off go vet