1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

update init type question

This commit is contained in:
Evan Mattson 2015-02-24 14:59:42 -05:00
parent 5ed001765f
commit ec9eb2b799

View file

@ -262,7 +262,7 @@ EOT
$type = $input->getOption('type') ?: false;
$type = $dialog->ask(
$output,
$dialog->getQuestion('Type', $type),
$dialog->getQuestion('Package Type', $type),
$type
);
$input->setOption('type', $type);