Skip to content

Commit

Permalink
Update src/Command/SetupCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter authored Jun 24, 2020
1 parent 6cfb533 commit 711bc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/SetupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 711bc3c

Please sign in to comment.