Update daily_README.yaml

This commit is contained in:
Alexandre
2022-04-26 20:01:34 +02:00
committed by GitHub
parent 6eeeffa0fa
commit d33c1e4cd1

View File

@@ -60,7 +60,7 @@ jobs:
done
# Populate template
for f in $(dirname "$(find -- */config.json -maxdepth 0 -type d | sort -r )"); do
for f in $(find -- */config.json -maxdepth 0 -type d | sort -r ); do
# $f is an addon directory
if [ -f "$f/config.json" ]; then