fixed TSV format
This commit is contained in:
parent
1aeaec7fbd
commit
45b142f730
|
@ -100,7 +100,6 @@ if (!program.quiet) {
|
|||
let csvRow = [tld.domain];
|
||||
csvRow.push(tld.description);
|
||||
csvRow.push(tld.type);
|
||||
csvRow.push(tld.type);
|
||||
stringifier.write(csvRow);
|
||||
|
||||
}
|
||||
|
|
3154
formats/tsv/tlds.tsv
3154
formats/tsv/tlds.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue