We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41dcbc commit 66ba188Copy full SHA for 66ba188
bin/clean.sh
@@ -1042,7 +1042,7 @@ perform_cleanup() {
1042
freed_size_human="${freed_value}${freed_unit}"
1043
1044
if [[ "$DRY_RUN" == "true" ]]; then
1045
- local stats="Potential space: ${GREEN}${freed_size_human}{NC}"
+ local stats="Potential space: ${GREEN}${freed_size_human}${NC}"
1046
[[ $files_cleaned -gt 0 ]] && stats+=" | Items: $files_cleaned"
1047
[[ $total_items -gt 0 ]] && stats+=" | Categories: $total_items"
1048
summary_details+=("$stats")
0 commit comments