|
@@ -346,7 +346,7 @@ class Release extends Command
|
|
|
$value['REQUIRED'] = true;
|
|
|
} else {
|
|
|
$helper = $this->getHelper('question');
|
|
|
- $question = new ConfirmationQuestion("$name? (y/N)");
|
|
|
+ $question = new ConfirmationQuestion("$name? (Y/n)");
|
|
|
if ($helper->ask($input, $output, $question)) {
|
|
|
$modules [] = $name;
|
|
|
$value['REQUIRED'] = true;
|