diff --git a/src/Command/Self/SelfInstallCommand.php b/src/Command/Self/SelfInstallCommand.php index b61ff601c..820629842 100644 --- a/src/Command/Self/SelfInstallCommand.php +++ b/src/Command/Self/SelfInstallCommand.php @@ -101,8 +101,9 @@ protected function execute(InputInterface $input, OutputInterface $output) $this->stdErr->write('Setting up autocompletion...'); try { $args = [ - '--generate-hook' => true, '--program' => $this->config()->get('application.executable'), + '--generate-hook' => true, + '--multiple' => true, ]; if ($shellType) { $args['--shell-type'] = $shellType;