Skip to content

Commit 551c344

Browse files
committed
Fix bzlmod example in README
Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
1 parent aed7010 commit 551c344

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ lowrisc_misc_linters_pip_dependencies()
2626
If using `bzlmod`, instead add the following to `MODULE.bazel`:
2727

2828
```bazel
29-
bazel_dep("lowrisc_misc_linters")
29+
bazel_dep(name = "lowrisc_misc_linters")
3030
git_override(
31-
module_name = "lowrisc_misc_linters",
32-
remote = "https://github.com/lowRISC/misc-linters",
31+
module_name = "lowrisc_misc_linters",
32+
remote = "https://github.com/lowRISC/misc-linters",
33+
commit = "<commit hash>",
3334
)
3435
```
3536

0 commit comments

Comments
 (0)