diff --git a/viper.go b/viper.go index 2b651f8..d95ca28 100644 --- a/viper.go +++ b/viper.go @@ -286,7 +286,6 @@ func (v *Viper) AddRemoteProvider(provider, endpoint, path string) error { endpoint: endpoint, provider: provider, path: path, - secretKeyring: secretkeyring, } if !v.providerPathExists(rp) { v.remoteProviders = append(v.remoteProviders, rp)