Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf0c0c2c

Browse files
committed
tweaked sentence
1 parent120a7e9 commitf0c0c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
8383
$bundlesDir =$targetArg.'/bundles/';
8484
$filesystem->mkdir($bundlesDir,0777);
8585

86-
$output->writeln(sprintf('Installing assets%s the<comment>symlink</comment> option',$input->getOption('symlink') ?'using' :'without'));
86+
$output->writeln(sprintf('Installing assetsas<comment>%s</comment>',$input->getOption('symlink') ?'symlinks' :'hard copies'));
8787

8888
foreach ($this->getContainer()->get('kernel')->getBundles()as$bundle) {
8989
if (is_dir($originDir =$bundle->getPath().'/Resources/public')) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp