Skip to content

Commit

Permalink
fix: Correct gazelle url
Browse files Browse the repository at this point in the history
  • Loading branch information
jotadrilo committed Nov 8, 2022
1 parent 4217651 commit 25527fb
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 @@ -9,7 +9,7 @@ http_archive(
http_archive(
name = "bazel_gazelle",
sha256 = "448e37e0dbf61d6fa8f00aaa12d191745e14f07c31cabfa731f0c8e8a4f41b97",
urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/0.28.0/bazel-gazelle-0.28.0.tar.gz"],
urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.28.0/bazel-gazelle-v0.28.0.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 25527fb

Please sign in to comment.