From 26cea256533750d35b1d98b5ced3d73c92eb2f20 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 May 2022 23:53:59 +0200 Subject: [PATCH] Clean --- .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 49bfc76b2..9cd33376c 100644 --- a/.github/workflows/daily_README.yaml +++ b/.github/workflows/daily_README.yaml @@ -40,7 +40,7 @@ jobs: fi # Clean previously reported issues - find "$f" -iname readme.md -print0 | xargs -0 sed -i "/Open Issues :/d" + find "$f" -iname readme.md -print0 | xargs -0 sed -i "/Open Issue :/d" # If there is an issue with the addon name in title, put a message OPENISSUES=$(sed -n "/\"Title\".*$f/I p" issueslist)