Skip to content

Commit

Permalink
Merge pull request cakephp#17372 from cnizzardini/patch-2
Browse files Browse the repository at this point in the history
Improve output of cache clear_group command
  • Loading branch information
markstory authored Oct 22, 2023
2 parents cedf06c + b132b77 commit c3086af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/CacheClearGroupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function execute(Arguments $args, ConsoleIo $io): ?int
));
$this->abort();
} else {
$io->success(sprintf('Group "%s" was cleared.', $group));
$io->success(sprintf('Cache "%s" was cleared.', $groupConfig));
}
}

Expand Down

0 comments on commit c3086af

Please sign in to comment.