Skip to content

Commit 09f833c

Browse files
committed
Fix typo
1 parent 77b3d3a commit 09f833c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set_time_limit(0);
1111
require __DIR__.'/../vendor/autoload.php';
1212

1313
$input = new ArgvInput();
14-
$module = $input->getParameterOption(['--modules', '-m'], 'core');
14+
$module = $input->getParameterOption(['--module', '-m'], 'core');
1515
$kernel = new Kernel($module);
1616

1717
$application = new Application($kernel);

0 commit comments

Comments
 (0)