From 6a8d126ac2b6728cf904a842cafb877828423442 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Tue, 27 Apr 2021 22:39:43 -0700 Subject: [PATCH] Update README.md (#26102) Formatting changes --- third_party/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/third_party/README.md b/third_party/README.md index d26dde08656..b93570f1a9f 100644 --- a/third_party/README.md +++ b/third_party/README.md @@ -81,9 +81,9 @@ git commit -m "update submodule boringssl-with-bazel with origin/master-with-baz - Run `tools/buildgen/generate_projects.sh` to regenerate the generated files - Because `sha256` in `bazel/grpc_deps.bzl` was left empty, you will get a DEBUG msg like this one: -``` -Rule 'boringssl' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "SHA value" -``` + ``` + Rule 'boringssl' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "SHA value" + ``` - Commit the regenrated files `git commit -m "regenerate files"` - Update `bazel/grpc_deps.bzl` with the SHA value shown in the above debug msg. Commit again `git commit -m "Updated sha256"`