Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
fix(cli): typo trailing "s"
Browse files Browse the repository at this point in the history
Fixes #82
  • Loading branch information
douglasduteil committed Nov 2, 2015
1 parent 8cd2944 commit 1a210ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function coverCmd(opts) {

matcherFor({
root: config.instrumentation.root() || process.cwd(),
includes: opts.includes || config.instrumentation.extensions()
includes: opts.include || config.instrumentation.extensions()
.map((ext) => '**/*' + ext),
excludes: excludes
}, (err, matchFn) => {
Expand Down

0 comments on commit 1a210ac

Please sign in to comment.