commit | c937edef3e0613b7b0d8efb751cd326b1e36c00f | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Thu Jul 07 14:11:15 2016 -0700 |
committer | Adam Langley <agl@google.com> | Thu Jul 07 21:39:44 2016 +0000 |
tree | 13846aa84cdb19733c8d4a53a33e567e68f091f1 | |
parent | affdee99e2345e8b77feae18437418d827c8b5e8 [diff] [blame] |
Remove backslash. It seems in this context, one doesn't escape _. https://boringssl.googlesource.com/boringssl/+/HEAD/INCORPORATING.md#Bazel Change-Id: I7ec587de8e9d033a3cb9f108ec645e4ce5e0c4fc Reviewed-on: https://boringssl-review.googlesource.com/8660 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/INCORPORATING.md b/INCORPORATING.md index 5ab8a60..38e9d79 100644 --- a/INCORPORATING.md +++ b/INCORPORATING.md
@@ -12,7 +12,7 @@ For example: - git\_repository( + git_repository( name = "boringssl", commit = "_some commit_", remote = "https://boringssl.googlesource.com/boringssl",