Skip to content

Commit

Permalink
minor #54277 [FrameworkBundle] Fix typo (fabpot)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.4 branch.

Discussion
----------

[FrameworkBundle] Fix typo

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues        | n/a
| License       | MIT

Commits
-------

5353389 [FrameworkBundle] Fix typo
  • Loading branch information
nicolas-grekas committed Mar 13, 2024
2 parents 6fadff7 + 5353389 commit 56c563e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -156,7 +156,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
}

if ($this->isNfs($realBuildDir)) {
$io->note('For better performances, you should move the cache and log directories to a non-shared folder of the VM.');
$io->note('For better performance, you should move the cache and log directories to a non-shared folder of the VM.');
$fs->remove($realBuildDir);
} else {
$fs->rename($realBuildDir, $oldBuildDir);
Expand Down

0 comments on commit 56c563e

Please sign in to comment.