fixed CS for previous merge

This commit is contained in:
Fabien Potencier 2012-03-16 13:29:17 +01:00
parent 7c6b288ca2
commit 91e977d38c

View File

@ -83,8 +83,7 @@ EOT
// Create the bundles directory otherwise symlink will fail.
$filesystem->mkdir($targetArg.'/bundles/', 0777);
$copyMethod = ($input->getOption('symlink')) ? "symlink":"hard copy";
$output->writeln(sprintf("Installing assets using <comment>%s</comment> option", $copyMethod));
$output->writeln(sprintf("Installing assets using the <comment>%s</comment> option", $input->getOption('symlink') ? 'symlink' : 'hard copy'));
foreach ($this->getContainer()->get('kernel')->getBundles() as $bundle) {
if (is_dir($originDir = $bundle->getPath().'/Resources/public')) {