From 252a2118707d44d3311e61da1f9e56ddd0bd5ea1 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Wed, 7 Sep 2022 12:58:22 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/util/check-filesize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/util/check-filesize.sh b/doc.zih.tu-dresden.de/util/check-filesize.sh index dd15c810b..fbfcf9049 100755 --- a/doc.zih.tu-dresden.de/util/check-filesize.sh +++ b/doc.zih.tu-dresden.de/util/check-filesize.sh @@ -39,7 +39,7 @@ lfsfiles=$(git lfs ls-files -n) for f in $(git diff $source_hash --name-only); do # Do not check size of git lfs files. if [[ $lfsfiles =~ "$f" ]]; then - echo "Skip file ${f} in webm or mp4 format cause it is a git lfs file." + echo "Skip file ${f} because it is a git lfs file." continue fi fs=$(wc -c $f | awk '{print $1}') -- GitLab