Update daily_README.yaml

This commit is contained in:
Alexandre
2022-12-13 23:20:31 +01:00
committed by GitHub
parent 1a9ddb6fcc
commit efd0585ced

View File

@@ -141,7 +141,7 @@ jobs:
# shellcheck disable=SC2002
for i in $(sed -n "/$var/p" Stats); do
k="$((k+1))"
if [ "$k" -eq 3 ]; then break; fi
if [ "$k" -eq 2 ]; then break; fi
if [ "$i" -gt "$j" 2>/dev/null ]; then j="$i"; fi
done
sed -i "s|${var^}|${var^} ($i)|g" README2.md