From a4682e86759b8c8ac197fcc739990e180f5cdf3d Mon Sep 17 00:00:00 2001 From: Allan Clark Date: Mon, 26 Oct 2020 09:04:54 -0700 Subject: [PATCH] Typo: the actual tag is "v0.1.0", not "0.1.0" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d357c3d..441b466 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add the following to your WORKSPACE file: git_repository( name = "com_github_tnarg_rules_go_swagger", remote = "https://github.com/tnarg/rules_go_swagger.git", - tag = "0.1.0", + tag = "v0.1.0", ) load("@com_github_tnarg_rules_go_swagger//go/swagger:def.bzl", "go_swagger_deps", "go_swagger_repositories", "go_swagger_repository")