Преглед на файлове

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;