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 6fadff7 commit 5353389
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 5353389

Please sign in to comment.