Skip to content
Snippets Groups Projects
Commit 17f54a5f authored by unclejamal3000's avatar unclejamal3000
Browse files

Enhance question in DB migration script

parent d8f7780f
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ class ConvertType extends Command {
$dialog = $this->getHelperSet()->get('dialog');
if (!$dialog->askConfirmation(
$output,
'<question>Continue with the conversion?</question>',
'<question>Continue with the conversion (y/n)? [n] </question>',
false
)) {
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment