From 88c05d462ea70723f1b7d07697669af26b636878 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Mon, 14 Jun 2021 22:50:42 +0200 Subject: [PATCH] Remove comment from script --- doc.zih.tu-dresden.de/util/check-links.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/util/check-links.sh b/doc.zih.tu-dresden.de/util/check-links.sh index f5b9f9af4..7b530c060 100644 --- a/doc.zih.tu-dresden.de/util/check-links.sh +++ b/doc.zih.tu-dresden.de/util/check-links.sh @@ -38,7 +38,6 @@ any_fails=false for f in $(git diff master --name-only); do if [ ${f: -3} == ".md" ]; then $mlc -q -p $f - #find . -name \*.md -exec ./node_modules/markdown-link-check/markdown-link-check -q {} \; if [ "$?" -ne 0 ]; then any_fails=true fi -- GitLab