diff --git a/viper.go b/viper.go index 2187e74..89ccaa2 100644 --- a/viper.go +++ b/viper.go @@ -1603,7 +1603,7 @@ func (v *Viper) insensitiviseMaps() { // Retrieve the first found remote configuration. func (v *Viper) getKeyValueConfig() error { if RemoteConfig == nil { - return RemoteConfigError("Enable the remote features by doing a blank import of the viper/remote package: '_ github.com/spf13/viper/remote'") + return RemoteConfigError("Enable the remote features by doing a blank import of the viper/remote package: '_ github.com/SpectraLogic/viper/remote'") } for _, rp := range v.remoteProviders {