mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
chore(sources/env): bump gosettings to v0.3.0-rc9
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
func readSecretFileAsStringPtr(secretPathEnvKey, defaultSecretPath string) (
|
||||
stringPtr *string, err error) {
|
||||
path := env.Get(secretPathEnvKey)
|
||||
path := env.String(secretPathEnvKey)
|
||||
if path == "" {
|
||||
path = defaultSecretPath
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user