From 7ef05acafdfd0ef5e1653d30a92b7d7a6b4f9154 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 15 Feb 2024 07:59:14 +0100 Subject: [PATCH] Fix typo in ibexa:install option description It should have been "ezplatform" instead of "ezplaform", but "ibexa" is the new prefix. --- .../RepositoryInstaller/Command/InstallPlatformCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/RepositoryInstaller/Command/InstallPlatformCommand.php b/src/bundle/RepositoryInstaller/Command/InstallPlatformCommand.php index 542c6702ca..38363aab57 100644 --- a/src/bundle/RepositoryInstaller/Command/InstallPlatformCommand.php +++ b/src/bundle/RepositoryInstaller/Command/InstallPlatformCommand.php @@ -73,7 +73,7 @@ protected function configure() 'skip-indexing', null, InputOption::VALUE_NONE, - 'Skip indexing (ezplaform:reindex)' + 'Skip indexing (ibexa:reindex)' ); }