update init type question

main
Evan Mattson 9 years ago
parent 5ed001765f
commit ec9eb2b799

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

Loading…
Cancel
Save