updated check_url_links.sh

pull/2/head
Hari Sekhon 3 years ago
parent 3d87766fb9
commit 30b3d3ffcf

@ -61,6 +61,11 @@ while read -r filename; do
check_url_links "$filename"
done
if [ "$broken_links" != 0 ]; then
echo
die "$broken_links broken links detected!"
fi
time_taken "$start_time"
section2 "URL links passed"
echo

Loading…
Cancel
Save