From d33c1e4cd1c72ab2394f8dc55d10835769ed4200 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 26 Apr 2022 20:01:34 +0200 Subject: [PATCH] Update daily_README.yaml --- .github/workflows/daily_README.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily_README.yaml b/.github/workflows/daily_README.yaml index d65a6cd0a..ac5999491 100644 --- a/.github/workflows/daily_README.yaml +++ b/.github/workflows/daily_README.yaml @@ -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