Skip to content

Commit f60daf3

Browse files
committed
Fix green color
1 parent 1781712 commit f60daf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ do
2020
echo -e "${RED}error: \n$url${NC}"
2121
echo "$url_output"
2222
else
23-
echo "${GREEN}done.${NC}"
23+
echo "${GREEN}done!${NC}"
2424
fi
2525
fi
2626
done

0 commit comments

Comments
 (0)