Skip to content

Commit f96cf5c

Browse files
authored
Fix the bazel repo name in the docs
1 parent 4e35e0b commit f96cf5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ shellcheck_dependencies()
2121

2222
Then `shellcheck` can be accessed by running:
2323
```
24-
$ bazel run @rules_shellcheck//:shellcheck -- <parameters>
24+
$ bazel run @com_github_aignas_rules_shellcheck//:shellcheck -- <parameters>
2525
```
2626

2727
And you can define a lint target:

0 commit comments

Comments
 (0)