浏览代码

Typo on command asset:install

Bertrand Zuchuat 14 年之前
父节点
当前提交
ff82905c57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php

@@ -56,7 +56,7 @@ class AssetsInstallCommand extends Command
 
         foreach ($this->container->get('kernel')->getBundles() as $bundle) {
             if (is_dir($originDir = $bundle->getPath().'/Resources/public')) {
-                $output->writeln(sprintf('Installing assets for <comment>%s\\%s</comment>', $bundle->getNamespace()));
+                $output->writeln(sprintf('Installing assets for <comment>%s</comment>', $bundle->getNamespace()));
 
                 $targetDir = $input->getArgument('target').'/bundles/'.preg_replace('/bundle$/', '', strtolower($bundle->getName()));