Example `path: './sqlscripts/*.sql'` doesn't work
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
When I try running two scripts as per this example:
```
path: './sqlscripts/*.sql'
```
I receive an error:
```
Error: Multiple files found matching pattern ./sqlscripts/*.sql
```
If only one script is supported, might be best to update the example code?
Contributor guide
Assessment
This issue has not been assessed yet.