Skip to content

Commit

Permalink
fix(generators/app): fix argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Oct 10, 2017
1 parent fb311ef commit d08eb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ var AppGenerator = generators.Base.extend(
this.option(
'i18nLocaleDefault'
, {
type: Boolean
type: String
, desc: 'The default locale for this app.'
, alias: 'locale'
}
Expand Down

0 comments on commit d08eb44

Please sign in to comment.