We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d44e21 commit 1d4cc2cCopy full SHA for 1d4cc2c
1 file changed
nodesize
@@ -122,7 +122,7 @@ echo -e "${BOLD}├──────────┼─────────
122
123
sort -t$'\t' -k1 -hr "$temp_file" | while IFS=$'\t' read size status manager project; do
124
if [ "$status" = "FREE" ]; then
125
- status_colored="${GREEN}✅ FREE${NC}"
+ status_colored="${GREEN}✅ FREE${NC}"
126
else
127
status_colored="${RED}⚠️ REAL${NC}"
128
fi
0 commit comments