From 9caea6ca40a6f863465ea2e387921d5fffc7b250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Jean?= Date: Mon, 2 Jan 2023 21:46:48 +0800 Subject: [PATCH] Update bazel_support.md (#31986) * Update bazel_support.md Typo where 'k' should be a comma. We can now copy paste the code as is. * remove typo in template file --- doc/bazel_support.md | 2 +- templates/doc/bazel_support.md.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/bazel_support.md b/doc/bazel_support.md index c1843930c77..f1b0aa3b7f3 100644 --- a/doc/bazel_support.md +++ b/doc/bazel_support.md @@ -19,7 +19,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "com_github_grpc_grpc", strip_prefix = "grpc-1.45.0", - sha256 = "ec19657a677d49af59aa806ec299c070c882986c9fcc022b1c22c2a3caf01bcd"k + sha256 = "ec19657a677d49af59aa806ec299c070c882986c9fcc022b1c22c2a3caf01bcd", urls = ["https://github.com/grpc/grpc/archive/refs/tags/v1.45.0.tar.gz"], ) diff --git a/templates/doc/bazel_support.md.template b/templates/doc/bazel_support.md.template index 130d4a31e25..bfa12915ab2 100644 --- a/templates/doc/bazel_support.md.template +++ b/templates/doc/bazel_support.md.template @@ -21,7 +21,7 @@ http_archive( name = "com_github_grpc_grpc", strip_prefix = "grpc-1.45.0", - sha256 = "ec19657a677d49af59aa806ec299c070c882986c9fcc022b1c22c2a3caf01bcd"k + sha256 = "ec19657a677d49af59aa806ec299c070c882986c9fcc022b1c22c2a3caf01bcd", urls = ["https://github.com/grpc/grpc/archive/refs/tags/v1.45.0.tar.gz"], )