You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing environment variable overrides, Viper may pass back objects
that satisfy the map[string]interface{} type, which does not match the
map[interface{}]interface{} type. This change fixes the issue.
I don't fully understand why the current code does not work, but the modified
code does seem to work and there is a precedent in the Viper code at viper.go,
line 358.
Change-Id: Ibdf2ac43632a897113096de293c7340c09627aea
Signed-off-by: Bishop Brock <[email protected]>
0 commit comments