Merge branch 'Justintime50/readme-being-typo'
This commit is contained in:
commit
289c724b1c
1 changed files with 2 additions and 2 deletions
|
@ -188,8 +188,8 @@ mapped to extended configuration dictionaries.
|
||||||
|
|
||||||
Dotbot uses [glob.glob](https://docs.python.org/3/library/glob.html#glob.glob)
|
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
|
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
|
`config/*` for example, will not match items that begin with `.`. To
|
||||||
specifically capture items that being with `.`, you will need to use a path
|
specifically capture items that begin with `.`, you will need to use a path
|
||||||
like this: `config/.*`.
|
like this: `config/.*`.
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
|
|
Loading…
Reference in a new issue