diff --git a/src/Command/SiteDbImportCommand.php b/src/Command/SiteDbImportCommand.php index 5302946..1a3f57d 100644 --- a/src/Command/SiteDbImportCommand.php +++ b/src/Command/SiteDbImportCommand.php @@ -220,10 +220,9 @@ protected function execute(InputInterface $input, OutputInterface $output) { } $command .= sprintf( 'cd %s; ' . - 'drush sql-create %s -y; ' . + 'drush sql-create -y; ' . 'drush sql-cli < %s; ', $this->destination, - $input->getOption('db-name'), $this->filename ); $this->io->comment('Importing dump');