Skip to content

Commit

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

[ci skip-build-wheels]
  • Loading branch information
benjyw authored and cczona committed Sep 1, 2022
1 parent 711d136 commit 623008c
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 623008c

Please sign in to comment.