Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-01-10 11:00:38 +01:00
parent 39a998a67a
commit 02d01c0684
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