Merge pull request #5364 from kobergj/RemnantsOfRogueEnvs

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

No files matched your search

@@ -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)
}
File renamed without changes.