diff --git a/src/Command/ConvertTimezoneCommand.php b/src/Command/ConvertTimezoneCommand.php index e677b4ee..c67e4415 100644 --- a/src/Command/ConvertTimezoneCommand.php +++ b/src/Command/ConvertTimezoneCommand.php @@ -120,7 +120,7 @@ class ConvertTimezoneCommand extends Command $result = $this->getTimesheets($start, $end); $amount = count($result); - $answer = $io->ask(sprintf('This will update %s timesheet records, continue (y/n) ? ', $amount)); + $answer = $io->ask(sprintf('This will update %s timesheet records, continue (y/n) ? ', $amount), 'y'); if ('y' !== $answer) { $io->text('Aborting.');