Skip to content

Commit

Permalink
Fix source roots docs. (Cherry-pick of #16363) (#16364)
Browse files Browse the repository at this point in the history
[ci skip-rust]

[ci skip-build-wheels]
  • Loading branch information
benjyw committed Aug 2, 2022
1 parent dadaf78 commit 2aaacd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/Using Pants/concepts/source-roots.md
Expand Up @@ -81,7 +81,7 @@ You can leave off the `/` prefix to match any directory whose suffix matches a p
- `src/python`
- `project1/src/python`

You can use `_` as a glob. For example, `root_patterns = ["/src/_"]` would consider all of these to be source roots:
You can use `*` as a glob. For example, `root_patterns = ["/src/*"]` would consider all of these to be source roots:

- `src/python`
- `src/java`
Expand Down

0 comments on commit 2aaacd1

Please sign in to comment.