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

Enhance question in DB migration script

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