Skip to content

Commit

Permalink
Fix project name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Oct 3, 2024
1 parent ea4fead commit d7167c0
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 @@ -10,7 +10,7 @@ The rosdistro index and rosdep database hold a significant amount of semi-manual

This tool analyzes a git repository containing changes to the rosdistro index and/or rosdep database and provides specific and actionable feedback. It is also capable of posting that feedback directly to a content forge like GitHub as a pull request review.

## Invoking rosdistro-review locally
## Invoking rosdistro-reviewer locally

Nearly all of the validation that rosdistro-review does can be performed locally. To run the analysis, just run `rosdistro-reviewer` from anywhere in the git repository you'd like to check. By default, the tool will only analyze uncommitted changes against the most recent commit. If you've already committed your changes and you'd still like to check them, you can choose a different target ref with the `--target-ref` option. For example:
```
Expand Down

0 comments on commit d7167c0

Please sign in to comment.