Skip to content

Commit

Permalink
0.1.6/yellow_beer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mediashare committed Oct 6, 2024
1 parent e7185dd commit 914bb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/OutputService.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public function outputRenderTasks(): self {
. ($task['duration'] ? "<green-bold>" . $task['duration'] . "</green-bold> " : "")
. ((!empty($task['current_steps']) && $task['current_steps'] !== $task['duration']) ? "<magenta>(+". $task['current_steps'] . ")</magenta> " : "")
. ($task['remaining'] ? "🏋️‍♀️" . $task['remaining'] . " " : "")
. ($task['commits'] ? "🍻" . $task['commits'] . " " : "")
. ($task['commits'] ? "🍻<yellow>" . $task['commits'] . "</yellow> " : "")
. "<blue>[" . $task['id']."]</blue>"
);
endforeach;
Expand Down

0 comments on commit 914bb4a

Please sign in to comment.