diff --git a/Command/SqlInsertCommand.php b/Command/SqlInsertCommand.php index 2a5abe7..844f795 100644 --- a/Command/SqlInsertCommand.php +++ b/Command/SqlInsertCommand.php @@ -44,7 +44,8 @@ class SqlInsertCommand extends WrappedCommand protected function getSubCommandArguments(InputInterface $input) { return array( - '--connection' => $this->getConnections($input->getOption('connection')), + '--connection' => $this->getConnections($input->getOption('connection')), + '--sql-dir' => $this->cacheDir, ); } }