mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-07 13:29:39 -06:00
Merge pull request #5366 from kobergj/RemnantsOfRogueEnvs
[docs-only] Leftover fix
This commit is contained in:
@@ -70,7 +70,7 @@ func GetRogueEnvs() {
|
||||
log.Fatal(err)
|
||||
}
|
||||
fmt.Println("Gathering variable definitions from source")
|
||||
out, err := exec.Command("sh", "-c", "grep -RHn os.Getenv | grep -v rogueEnv.go |grep \\.go").Output()
|
||||
out, err := exec.Command("sh", "-c", "grep -RHn os.Getenv | grep -v extendedEnv.go |grep \\.go").Output()
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
2
docs/templates/ADOC_extended.tmpl
vendored
2
docs/templates/ADOC_extended.tmpl
vendored
@@ -1,4 +1,4 @@
|
||||
// collected through docs/helpers/rougeEnv.go
|
||||
// collected through docs/helpers/extendedEnv.go
|
||||
|
||||
[caption=]
|
||||
.Environment variables with extended scope not included in a service
|
||||
|
||||
Reference in New Issue
Block a user