mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-24 03:16:12 -05:00
fix typo
This commit is contained in:
@@ -159,7 +159,7 @@ jobs:
|
||||
(cd third_party/protobuf && bazel build //:protoc)
|
||||
(cd third_party/protobuf-go && go build -o ._protoc-gen-go ./cmd/protoc-gen-go)
|
||||
(cd third_party/grpc-go/cmd/protoc-gen-go-grpc && go build -o ._protoc-gen-go-grpc .)
|
||||
make clean
|
||||
make clean all
|
||||
find ../go/gen/proto -name '*.pb.go' -exec gofmt -s -w {} +
|
||||
find ../go/gen/proto -name '*.pb.go' -exec goimports -w {} +
|
||||
changes=$(git status --porcelain)
|
||||
|
||||
Reference in New Issue
Block a user