Fix hosts.toml header var

Resolves issue from 270f85e468 that prevented old hosts.toml files from being cleaned up.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/10861/head
Brad Davidson 2024-09-10 18:51:42 +00:00 committed by Brad Davidson
parent 61c7011cab
commit d6c20b7452
1 changed files with 1 additions and 1 deletions

View File

@ -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 = `
{{- /* */ -}}