diff --git a/file.go b/file.go index 79d5fb0..8b45618 100644 --- a/file.go +++ b/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