Merge pull request #5364 from kobergj/RemnantsOfRogueEnvs

[docs-only] Remnants of Rogue Envvars
This commit is contained in:
kobergj
2023-01-10 10:41:25 +01:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ func RenderGlobalVarsTemplate() {
}
fullYamlPath := filepath.Join(curdir, yamlSource)
content, err := ioutil.ReadFile("../../docs/templates/ADOC_global.tmpl")
content, err := ioutil.ReadFile("../../docs/templates/ADOC_extended.tmpl")
if err != nil {
log.Fatal(err)
}