Merge pull request #5366 from kobergj/RemnantsOfRogueEnvs

[docs-only] Leftover fix
This commit is contained in:
Martin
2023-01-10 11:09:44 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
}

View File

@@ -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