Skip to content

Commit

Permalink
fix configuration example in excludes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Bragg committed Aug 17, 2018
1 parent 66a74d3 commit 114f52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/excludes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These are defined in the [configuration file](setup/configuration.md).
```yaml
schemas:
schema:
excludes:
exclude:
- 'table'
- 'regex*'
- '/custom_regex/'
Expand All @@ -31,7 +31,7 @@ Setting these configuration options will remove the tables from the the list tha
```yaml
schemas:
schema:
excludes:
exclude:
- 'table'
- 'regex.*'
- '/^table\d{4}/'
Expand Down

0 comments on commit 114f52c

Please sign in to comment.