Skip to content

Commit

Permalink
Backport 3.x limit of fixture data generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Sep 13, 2015
1 parent e8ce841 commit 450a544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/Task/FixtureTask.php
Expand Up @@ -74,7 +74,7 @@ public function getOptionParser() {
))->addOption('count', array(
'help' => __d('cake_console', 'When using generated data, the number of records to include in the fixture(s).'),
'short' => 'n',
'default' => 10
'default' => 1
))->addOption('connection', array(
'help' => __d('cake_console', 'Which database configuration to use for baking.'),
'short' => 'c',
Expand Down

0 comments on commit 450a544

Please sign in to comment.