Skip to content

Commit

Permalink
Fix the bazel repo name in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas authored May 29, 2022
1 parent 4e35e0b commit f96cf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ shellcheck_dependencies()

Then `shellcheck` can be accessed by running:
```
$ bazel run @rules_shellcheck//:shellcheck -- <parameters>
$ bazel run @com_github_aignas_rules_shellcheck//:shellcheck -- <parameters>
```

And you can define a lint target:
Expand Down

0 comments on commit f96cf5c

Please sign in to comment.