diff options
author | Vijay Pai <vpai@google.com> | 2017-04-16 15:43:09 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2017-04-20 22:21:01 +0000 |
commit | 922d117318f1449f17b1f1dc45ca921313efd5eb (patch) | |
tree | 62c3fe7cdaf9da0243943599bab59eebea350283 | |
parent | f74eaa69575f2570d18dbc37acafb60670f06fe5 (diff) |
One more use of incorrect submodule name
-rw-r--r-- | src/proto/grpc/status/BUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/proto/grpc/status/BUILD b/src/proto/grpc/status/BUILD index c17f87eb3d..71363bd1b6 100644 --- a/src/proto/grpc/status/BUILD +++ b/src/proto/grpc/status/BUILD @@ -37,7 +37,5 @@ grpc_proto_library( name = "status_proto", srcs = ["status.proto"], has_services = False, - well_known_protos = "@submodule_protobuf//:well_known_protos", + well_known_protos = "@com_google_protobuf//:well_known_protos", ) - - |