fix: Correct default wordlist filename

This commit is contained in:
Artem Chepurnoy 2024-06-01 18:14:54 +03:00
parent 5701f5568f
commit a055b340d8
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ value class FileResource(
.let(::FileResource)
val wordlist: FileResource
get() = "files/wordlist_en_elf.txt"
get() = "files/wordlist_en_eff.txt"
.let(::FileResource)
}
}