Skip to content

Commit

Permalink
Fix protobuf_deps in dependencies.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
comius committed Aug 17, 2020
1 parent 0abe018 commit 193def1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/private/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ protobuf_workspace = repository_rule(
attrs = {
"_build": attr.label(default = "@rules_proto//proto/private:BUILD.release"),
"_protobuf_bzl": attr.label(default = "@com_github_protocolbuffers_protobuf//:protobuf.bzl"),
"_protobuf_deps_bzl": attr.label(default = "@com_github_protocolbuffers_protobuf//:protobuf.bzl"),
"_protobuf_deps_bzl": attr.label(default = "@com_github_protocolbuffers_protobuf//:protobuf_deps.bzl"),
},
)

Expand Down

0 comments on commit 193def1

Please sign in to comment.