Skip to content

Commit 66ba188

Browse files
committed
fix: correct missing $ in color variable reference
Fix typo from PR #523: {NC} → ${NC}
1 parent c41dcbc commit 66ba188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ perform_cleanup() {
10421042
freed_size_human="${freed_value}${freed_unit}"
10431043

10441044
if [[ "$DRY_RUN" == "true" ]]; then
1045-
local stats="Potential space: ${GREEN}${freed_size_human}{NC}"
1045+
local stats="Potential space: ${GREEN}${freed_size_human}${NC}"
10461046
[[ $files_cleaned -gt 0 ]] && stats+=" | Items: $files_cleaned"
10471047
[[ $total_items -gt 0 ]] && stats+=" | Categories: $total_items"
10481048
summary_details+=("$stats")

0 commit comments

Comments
 (0)