diff --git a/lib/Alchemy/Phrasea/Command/Plugin/AbstractPluginCommand.php b/lib/Alchemy/Phrasea/Command/Plugin/AbstractPluginCommand.php index 1be248e319..d4f759b043 100644 --- a/lib/Alchemy/Phrasea/Command/Plugin/AbstractPluginCommand.php +++ b/lib/Alchemy/Phrasea/Command/Plugin/AbstractPluginCommand.php @@ -38,7 +38,7 @@ abstract class AbstractPluginCommand extends Command $this->container['plugins.autoloader-generator']->write($manifests); $output->writeln(" OK"); - $output->writeln('Building LESS assets...'); + $output->writeln('Building LESS assets'); $this->container['phraseanet.less-builder']->build($this->container['phraseanet.less-mapping.customizable'], $output); } }