Skip to content

Commit

Permalink
[FrameworkBundle] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 13, 2024
1 parent 5f0fda5 commit 832c180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/CacheClearCommand.php
Original file line number Diff line number Diff line change
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 832c180

Please sign in to comment.