Skip to content

Commit

Permalink
chore: fix typo (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz authored May 7, 2020
1 parent f607e96 commit 46403c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ cli.on('command:!', () => {

// Listen to unknown commands
cli.on('command:*', () => {
console.error('Invalid command: %', cli.args.join(' '))
console.error('Invalid command: %s', cli.args.join(' '))
process.exit(1)
})
```
Expand Down

0 comments on commit 46403c9

Please sign in to comment.