Skip to content

Commit

Permalink
Changed --limit default value to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
MeLlamoPablo committed Jan 5, 2017
1 parent 5e56849 commit b3b7e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/general/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = new Clapp.Command({
desc: "The maximum number of people that can attend the event",
alias: 'l',
type: "number",
default: 5,
default: 10,
validations: [
{
errorMessage: "The limit must be between 2 and 30",
Expand Down

0 comments on commit b3b7e45

Please sign in to comment.