From 1f5604b67d35ead0e22f5332535cde0757aa0d3b Mon Sep 17 00:00:00 2001 From: panzhongxian Date: Wed, 23 Sep 2020 15:18:00 +0800 Subject: [PATCH] Update index.html dependency with Bazel section. --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index bfccd82..d571cfa 100644 --- a/doc/index.html +++ b/doc/index.html @@ -156,7 +156,7 @@ add the following lines to your WORKSPACE file git_repository( name = "com_github_gflags_gflags", remote = "https://github.com/gflags/gflags.git", - tags = "v2.2.2" + tags = ["v2.2.2"] )