From 8e930a9714cfb3eeb1a4dadb446facaebecd755b Mon Sep 17 00:00:00 2001 From: Kiril Zvezdarov Date: Sun, 21 Jun 2015 19:13:01 -0400 Subject: [PATCH] Revert "The AddSecureRemoteProvider function didn't add secretKeyring to the remoteProvider struct." This reverts commit ca00a9b4f78a0bf982b54e8a5689fa6a142ce0f9. --- viper.go | 1 - 1 file changed, 1 deletion(-) 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)