Skip to content

Commit

Permalink
conver tback
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Mar 29, 2023
1 parent c26ffbf commit f260680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/internal/runsummary/format_execution_summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ func (rsm *Meta) printExecutionSummary() {
}
} else {
lines = []string{
util.Sprintf("${BOLD} Tasks:${BOLD_GREEN}%s%v successful${RESET}${GRAY}, %v total${RESET}", spacer, successful, attempted),
util.Sprintf("${BOLD}Cached:%s%v cached${RESET}${GRAY}, %v total${RESET}", spacer, cached, attempted),
util.Sprintf("${BOLD} Time:%s%v${RESET} %v${RESET}", spacer, duration, maybeFullTurbo),
util.Sprintf("${BOLD} Tasks:${BOLD_GREEN} %v successful${RESET}${GRAY}, %v total${RESET}", successful, attempted),
util.Sprintf("${BOLD}Cached: %v cached${RESET}${GRAY}, %v total${RESET}", cached, attempted),
util.Sprintf("${BOLD} Time: %v${RESET} %v${RESET}", duration, maybeFullTurbo),
}
}

Expand Down

0 comments on commit f260680

Please sign in to comment.