[WebserverBundle] fixed the bug that caused that the webserver would …

This commit is contained in:
Serkan Yildiz 2017-11-09 13:49:35 +01:00 committed by Fabien Potencier
parent 7bcb90f75c
commit c256782cc7

View File

@ -93,7 +93,7 @@ EOF
'You can either install it or use the "server:run" command instead.',
));
if ($io->ask('Do you want to execute <info>server:run</info> immediately? [yN] ', false)) {
if ($io->confirm('Do you want to execute <info>server:run</info> immediately?', false)) {
return $this->getApplication()->find('server:run')->run($input, $output);
}