mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-17 01:09:25 -04:00
typo fix
This commit is contained in:
parent
275d46395b
commit
62b7f97ab4
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ for i in gfg_exts:
|
|||
|
||||
exts=list(dict.fromkeys(exts))
|
||||
|
||||
open("./Fuzzing/file-ext.txt","w").write("\n".join(exts))
|
||||
open("../Fuzzing/file-ext.txt","w").write("\n".join(exts))
|
||||
|
||||
mutated_exts=[]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue