mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 20:15:07 +00:00
fix: correct missing $ in color variable reference
Fix typo from PR #523: {NC} → ${NC}
This commit is contained in:
@@ -1042,7 +1042,7 @@ perform_cleanup() {
|
|||||||
freed_size_human="${freed_value}${freed_unit}"
|
freed_size_human="${freed_value}${freed_unit}"
|
||||||
|
|
||||||
if [[ "$DRY_RUN" == "true" ]]; then
|
if [[ "$DRY_RUN" == "true" ]]; then
|
||||||
local stats="Potential space: ${GREEN}${freed_size_human}{NC}"
|
local stats="Potential space: ${GREEN}${freed_size_human}${NC}"
|
||||||
[[ $files_cleaned -gt 0 ]] && stats+=" | Items: $files_cleaned"
|
[[ $files_cleaned -gt 0 ]] && stats+=" | Items: $files_cleaned"
|
||||||
[[ $total_items -gt 0 ]] && stats+=" | Categories: $total_items"
|
[[ $total_items -gt 0 ]] && stats+=" | Categories: $total_items"
|
||||||
summary_details+=("$stats")
|
summary_details+=("$stats")
|
||||||
|
|||||||
Reference in New Issue
Block a user