From d68e46932f947d2043b8329039321a4af9033797 Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <5990@protonmail.com> Date: Sat, 22 Feb 2025 03:35:31 -0300 Subject: [PATCH] fix(cicd): Fixed crash on "remote-wordlists-updater.yml" --- .github/workflows/remote-wordlists-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remote-wordlists-updater.yml b/.github/workflows/remote-wordlists-updater.yml index 31cefc37..571dc0b2 100644 --- a/.github/workflows/remote-wordlists-updater.yml +++ b/.github/workflows/remote-wordlists-updater.yml @@ -21,7 +21,7 @@ jobs: run: | wget https://raw.githubusercontent.com/ItsIgnacioPortal/utf8fixer/f42bfe64db0bc095e9e93a10ac6bba746f09670c/utf8fixer.py chmod +x utf8fixer.py - ./utf8fixer.py Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt utf8 + python ./utf8fixer.py Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt utf8 - name: Commit files if changed run: |