diff options
Diffstat (limited to 'testautogen')
| -rw-r--r-- | testautogen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
