Skip to content

Commit 82a6bc3

Browse files
committed
chore(cache): fix typo
1 parent 86e7bf4 commit 82a6bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cache/src/Commands/CacheStatusCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct(
3838
public function __invoke(bool $internal = true): void
3939
{
4040
if (! $this->container instanceof GenericContainer) {
41-
$this->console->error('Clearing caches is only available when using the default container.');
41+
$this->console->error('Checking cache status is only available when using the default container.');
4242
return;
4343
}
4444

0 commit comments

Comments
 (0)