Skip to content

Commit

Permalink
Change default init template to yeoman's, when yeoman init is run
Browse files Browse the repository at this point in the history
  • Loading branch information
mklabs committed May 28, 2012
1 parent 60265db commit d560621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/bin/yeoman
Expand Up @@ -32,7 +32,7 @@ if(opts.version) {

// `h5bp init` -> `grunt init:h5bp`
if(/^init$/.test(route)) {
cli.tasks = 'init:h5bp';
cli.tasks = 'init:yeoman';
}

// the grunt cli
Expand Down

0 comments on commit d560621

Please sign in to comment.