mirror of
https://github.com/spf13/viper
synced 2025-05-06 12:17:18 +00:00
Merge d3f9571518
into 8e930a9714
This commit is contained in:
commit
3eea92d449
1 changed files with 1 additions and 0 deletions
1
viper.go
1
viper.go
|
@ -318,6 +318,7 @@ func (v *Viper) AddSecureRemoteProvider(provider, endpoint, path, secretkeyring
|
|||
endpoint: endpoint,
|
||||
provider: provider,
|
||||
path: path,
|
||||
secretKeyring: secretkeyring,
|
||||
}
|
||||
if !v.providerPathExists(rp) {
|
||||
v.remoteProviders = append(v.remoteProviders, rp)
|
||||
|
|
Loading…
Add table
Reference in a new issue