From ddb30300451239e76d4b1b6850f96c90920bca59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harold=20Ju=C3=A1rez?= Date: Tue, 21 May 2019 18:22:41 -0600 Subject: [PATCH] [site:install] Fixed typo (#4054) --- src/Command/Site/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/Site/InstallCommand.php b/src/Command/Site/InstallCommand.php index 5474a2358..614aa4d45 100644 --- a/src/Command/Site/InstallCommand.php +++ b/src/Command/Site/InstallCommand.php @@ -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'] ); } }