Compare commits

..

No commits in common. "eec380340f2ae5b764eab9eecd094a66554e9f97" and "01a4b942f8ac41c460f06f7e3be8160d6008aaa3" have entirely different histories.

View File

@ -124,7 +124,7 @@ declare -A filecount
for section in "news" "events"; do
for tag in $(ls "${tagmaps}"); do
filecount["${tag}:${section}"]=$(grep "^fsfe.org/${section}/" "${tagmaps}/${tag}" | wc --lines || true)
filecount["${tag}:${section}"]=$(grep "^${section}/" "${tagmaps}/${tag}" | wc --lines || true)
done
done