co-authored by
kobergj
parent
34fc38683b
commit
b9b614ec29
@@ -32,7 +32,8 @@ func DefaultConfigSources(filename string, drivers []string) []string {
|
||||
var sources []string
|
||||
|
||||
locations := []string{}
|
||||
if os.Getenv("OCIS_CONFIG_DIR") != "" {
|
||||
if v := os.Getenv("OCIS_CONFIG_DIR"); v != "" {
|
||||
locations = append(locations, v)
|
||||
// only use the configured config dir
|
||||
locations = append(locations, os.Getenv("OCIS_CONFIG_DIR"))
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user