fixup load
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
3cc1cf899a
commit
d52e22c187
2
file.go
2
file.go
@ -90,7 +90,7 @@ func (c *fileConfig) Load(ctx context.Context, opts ...config.LoadOption) error
|
||||
var fp io.Reader
|
||||
var err error
|
||||
|
||||
if c.path != "" {
|
||||
if path != "" {
|
||||
fp, err = os.OpenFile(path, os.O_RDONLY, os.FileMode(0o400))
|
||||
} else if c.reader != nil {
|
||||
fp = reader
|
||||
|
Loading…
x
Reference in New Issue
Block a user