Skip to content

Commit

Permalink
fix: typo in option definition (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdnet authored and bcoe committed Dec 31, 2017
1 parent b473820 commit 6a734b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Config.buildYargs = function (cwd) {
alias: 'r',
describe: 'coverage reporter(s) to use',
default: 'text',
globa: false
global: false
})
.option('report-dir', {
describe: 'directory to output coverage reports in',
Expand Down

0 comments on commit 6a734b6

Please sign in to comment.