Skip to content

Commit

Permalink
fix incorrect executable name with new version of commander
Browse files Browse the repository at this point in the history
- yuck
  • Loading branch information
boneskull committed Aug 1, 2016
1 parent 0e2e49b commit 740a511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/_mocha
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ program
.option('--watch-extensions <ext>,...', 'additional extensions to monitor with --watch', list, [])
.option('--delay', 'wait for async suite definition')

program.name = 'mocha';
program._name = 'mocha';

// init command

Expand Down

0 comments on commit 740a511

Please sign in to comment.