Skip to content

Commit

Permalink
Fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed May 8, 2024
1 parent 416dacf commit 47ccecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bazel_dep(
)
git_override(
module_name = "gazelle",
commit = "7ebae50a7554e153905bbb3993bac32ed6024b6c",
commit = "454e1cce1ae80abd175f1c5e55ce3937884574cb",
remote = "https://github.com/illicitonion/bazel-gazelle.git",
)

Expand Down
2 changes: 1 addition & 1 deletion examples/gazelle/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ bazel_dep(
)
git_override(
module_name = "gazelle",
commit = "7ebae50a7554e153905bbb3993bac32ed6024b6c",
commit = "454e1cce1ae80abd175f1c5e55ce3937884574cb",
remote = "https://github.com/illicitonion/bazel-gazelle.git",
)

0 comments on commit 47ccecb

Please sign in to comment.