Skip to content

Commit

Permalink
missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent PELISSET authored and Vincent PELISSET committed Dec 13, 2018
1 parent 1e004f8 commit 6472cdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Command/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ protected function execute(InputInterface $input, OutputInterface $output)
}

$this->reloadConfig();
$this->setupDatabase($output);
if (!$this->setupDatabase($output)){
return false;
}

$admin = $this->getAdminInformation($input, $output);
$this->createAdminUser($admin, $output);
Expand Down

0 comments on commit 6472cdb

Please sign in to comment.