Skip to content

Commit

Permalink
unbroke URL assembly
Browse files Browse the repository at this point in the history
fubar'd string assemble; will get another set of eyes and use pull req next time
  • Loading branch information
dnsguru authored Aug 3, 2023
1 parent d751aa5 commit 46fd989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/newgtlds.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (e pslEntry) Comment() string {
if e.RegistryOperator != "" {
parts = append(parts, []string{":", e.RegistryOperator}...)
}
parts = append(parts, "\n// https://www.iana.org/domains/root/db/" + e.ALabel + ".html")
// parts = append(parts, "\n// https://www.iana.org/domains/root/db/" + e.ALabel + ".html")
return strings.Join(parts, " ")
}

Expand Down

0 comments on commit 46fd989

Please sign in to comment.