We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c7011 commit d6c20b7Copy full SHA for d6c20b7
pkg/agent/templates/templates.go
@@ -41,7 +41,7 @@ type HostConfig struct {
41
Endpoints []RegistryEndpoint
42
}
43
44
-var HostsTomlHeader = "# File generated by " + version.Program + ". DO NOT EDIT."
+var HostsTomlHeader = "# File generated by " + version.Program + ". DO NOT EDIT.\n"
45
46
const HostsTomlTemplate = `
47
{{- /* */ -}}
0 commit comments