Skip to content

Commit c82adf2

Browse files
Merge branch '6.2' into 6.3
* 6.2: [FrameworkBundle] minor fix
2 parents b7555dc + a5222f5 commit c82adf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/CachePoolInvalidateTagsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9292
if ($errors) {
9393
$io->error('Done but with errors.');
9494

95-
return 2;
95+
return 1;
9696
}
9797

9898
$io->success('Successfully invalidated cache tags.');

0 commit comments

Comments
 (0)