Skip to content

Commit 1d4cc2c

Browse files
committed
fix: edit table preview
1 parent 3d44e21 commit 1d4cc2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodesize

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ echo -e "${BOLD}├──────────┼─────────
122122

123123
sort -t$'\t' -k1 -hr "$temp_file" | while IFS=$'\t' read size status manager project; do
124124
if [ "$status" = "FREE" ]; then
125-
status_colored="${GREEN}✅ FREE${NC}"
125+
status_colored="${GREEN} FREE${NC}"
126126
else
127127
status_colored="${RED}⚠️ REAL${NC}"
128128
fi

0 commit comments

Comments
 (0)