diff --git a/src/lib/Command/IbexaSetupCommand.php b/src/lib/Command/IbexaSetupCommand.php index 2e10660..2c2c817 100644 --- a/src/lib/Command/IbexaSetupCommand.php +++ b/src/lib/Command/IbexaSetupCommand.php @@ -104,7 +104,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $output->writeln("\nPlatform.sh config files installed successfully"); } - return 0; + return \Symfony\Component\Console\Command\Command::SUCCESS; } protected function getCommonFiles(string $product): Finder