diff --git a/src/Command/SetupCommand.php b/src/Command/SetupCommand.php index 176f2b57e..3119175d7 100644 --- a/src/Command/SetupCommand.php +++ b/src/Command/SetupCommand.php @@ -64,7 +64,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $command = $this->getApplication()->find('bolt:add-user'); $commandInput = new ArrayInput(['--admin' => true]); $exitCode = $command->run($commandInput, $output); - $this->processExitCode($exitCode, 'An error occurred when creating the new bolt user.'); + $this->processExitCode($exitCode, 'An error occurred when creating the new Bolt user.'); // Unless either `--no-fixtures` or `--fixtures` was set, we prompt the user for it. if (! $input->getOption('no-fixtures')) {