remove remnants of rogue notation

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-01-10 10:17:25 +01:00
parent 4717248959
commit 39a998a67a
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)
}