Skip to content

Commit

Permalink
Update hook.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 23, 2018
1 parent e82bada commit 90ea349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default abstract class HookCommand extends Base {
event: flags.string({description: 'event to run hook on', default: 'init'}),
}
static args = [
{name: 'name', description: 'name of command', required: true}
{name: 'name', description: 'name of hook (snake_case)', required: true}
]

async run() {
Expand Down

0 comments on commit 90ea349

Please sign in to comment.