mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
fix(cicd): Fixed crash on "remote-wordlists-updater.yml"
This commit is contained in:
parent
61709e695f
commit
d68e46932f
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue