Преглед изворни кода

Se cambio la respuesta por defecto

gabriel пре 6 година
родитељ
комит
93837b2e47
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tools/src/Release.php

+ 1 - 1
tools/src/Release.php

@@ -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;