mirror of
1
0
Fork 0

Merge branch 'Justintime50/readme-being-typo'

This commit is contained in:
Anish Athalye 2021-04-29 08:07:06 -04:00
commit 289c724b1c
1 changed files with 2 additions and 2 deletions

View File

@ -188,8 +188,8 @@ mapped to extended configuration dictionaries.
Dotbot uses [glob.glob](https://docs.python.org/3/library/glob.html#glob.glob)
to resolve glob paths. However, due to its design, using a glob path such as
`config/*` for example, will not match items that being with `.`. To
specifically capture items that being with `.`, you will need to use a path
`config/*` for example, will not match items that begin with `.`. To
specifically capture items that begin with `.`, you will need to use a path
like this: `config/.*`.
#### Example