Skip to content

Commit ceb2eb7

Browse files
committed
Fix msftidy location
See rapid7#6052.
1 parent d544488 commit ceb2eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Pull requests [PR#2940] and [PR#3043] are a couple good examples to follow.
5151

5252
#### New Modules
5353

54-
* **Do** run `tools/msftidy.rb` against your module and fix any errors or warnings that come up.
54+
* **Do** run `tools/dev/msftidy.rb` against your module and fix any errors or warnings that come up.
5555
- It would be even better to set up `msftidy.rb` as a [pre-commit hook].
5656
* **Do** use the many module mixin [API]s. Wheel improvements are welcome; wheel reinventions, not so much.
5757
* **Don't** include more than one module per pull request.

0 commit comments

Comments
 (0)