From b10f7430c714edf626092c3f769b1c4c496c7477 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. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bfccd82..d571cfa 100644 --- a/index.html +++ b/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"] )