Skip to content

Commit

Permalink
Fix bazel lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Sep 7, 2019
1 parent 1e7b4d5 commit fc1f513
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,15 @@ http_archive(

http_archive(
name = "com_github_grpc_grpc",
patch_args = ["-p1"],
patches = [
"//third_party:grpc.patch",
],
sha256 = "6dc4f122527670099124a71d8a180b0b074a18efa939173d6c3a0673229f57d3",
strip_prefix = "grpc-e68ce1164b49529de12fbba63d53f081aef5c90e",
urls = [
"https://github.com/grpc/grpc/archive/e68ce1164b49529de12fbba63d53f081aef5c90e.tar.gz",
],
patch_args = ["-p1"],
patches = [
"//third_party:grpc.patch",
],
)

load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
Expand Down

0 comments on commit fc1f513

Please sign in to comment.