Skip to content
Snippets Groups Projects
Commit bcc28796 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Added missing ! in check-links.sh.

parent 0dedba60
No related branches found
No related tags found
3 merge requests!446docs: Add Jupyter Teaching Example,!434Automated merge from preview to main,!432Add exception to link checker
......@@ -63,7 +63,7 @@ echo "Check files:"
echo "$files"
echo ""
for f in $files; do
if checkSingleFile "$f"; then
if ! checkSingleFile "$f"; then
any_fails=true
fi
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment