diff --git a/pkg/agent/templates/templates.go b/pkg/agent/templates/templates.go index b233066e376e..623eba4aae17 100644 --- a/pkg/agent/templates/templates.go +++ b/pkg/agent/templates/templates.go @@ -41,7 +41,7 @@ type HostConfig struct { Endpoints []RegistryEndpoint } -var HostsTomlHeader = "# File generated by " + version.Program + ". DO NOT EDIT." +var HostsTomlHeader = "# File generated by " + version.Program + ". DO NOT EDIT.\n" const HostsTomlTemplate = ` {{- /* */ -}}