Skip to content

Commit 1c51c62

Browse files
committed
Makefile: fix vtproto 'go install' command
1 parent 903b060 commit 1c51c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mysqlsh:
3838
# $ protoc --version
3939
# libprotoc 3.19.1
4040
# $ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
41-
# $ go install github.com/planetscale/vtprotobuf/cmd/protoc-gen-go-vtproto
41+
# $ go install github.com/planetscale/vtprotobuf/cmd/protoc-gen-go-vtproto@latest
4242
proto: internal/plugin/codegen.pb.go internal/python/ast/ast.pb.go
4343

4444
internal/plugin/codegen.pb.go: protos/plugin/codegen.proto

0 commit comments

Comments
 (0)