style: fix typo in comment
This commit is contained in:
parent
013267e310
commit
6e1a6b4c58
|
@ -18,5 +18,5 @@ sed -e 's/^www\.//g' | \
|
|||
# Sort and remove duplicates
|
||||
sort -u | \
|
||||
# Exclude Umbrella Top 1M and well-known domains
|
||||
# grep inverse match whole line
|
||||
# grep match whole line
|
||||
grep -Fx -f top-1m-well-known.txt > urlhaus-top-domains.txt
|
||||
|
|
Loading…
Reference in New Issue