Skip to content

Commit

Permalink
[site:install] Fixed typo (#4054)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and enzolutions committed May 22, 2019
1 parent 1141d03 commit ddb3030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Site/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$database_install['username'],
$database_install['password'],
$database_install['port'],
$database_install['host'],
$database_install['host']
);
}
}
Expand Down

0 comments on commit ddb3030

Please sign in to comment.