Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed May 9, 2024
1 parent 2a7c3b6 commit df45c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/UpdatePermanentCachesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function handle()

$cache->update($parameters);

$currentTask = (new ReflectionClass($cache))->getName();
$currentTask = $cache->getName();
$emoji = ($progressBar->getProgress() % 2 ? Emoji::hourglassNotDone() : Emoji::hourglassDone());

$progressBar->setMessage('Updating: '.$currentTask.' '.$emoji);
Expand Down

0 comments on commit df45c83

Please sign in to comment.