Skip to content

Commit

Permalink
Fixing bazel_skylib URL
Browse files Browse the repository at this point in the history
* Adding missing `/` in the URL for downloading `bazel_skylib`.
  • Loading branch information
CauhxMilloy authored and filmil committed May 12, 2024
1 parent 90ede1f commit 4748688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ http_archive(
sha256 = BAZEL_SKYLIB_SHA256,
strip_prefix = "bazel-skylib-{0}".format(BAZEL_SKYLIB_VERSION),
urls = [
"https://github.com/bazelbuild/bazel-skylib/archive/refs/tags{0}.tar.gz".format(BAZEL_SKYLIB_VERSION),
"https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/{0}.tar.gz".format(BAZEL_SKYLIB_VERSION),
],
)

0 comments on commit 4748688

Please sign in to comment.