From b24dba9a458f62558228c7b1d24df7b592b24c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Sat, 28 Jan 2023 14:44:12 +0100 Subject: [PATCH] v0.0.60 --- confext/confParser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confext/confParser.go b/confext/confParser.go index 7f54bf6..530e6e1 100644 --- a/confext/confParser.go +++ b/confext/confParser.go @@ -74,7 +74,7 @@ func processEnvOverrides(rval reflect.Value, delim string, prefix string) error rvfield.Set(reflect.ValueOf(envval)) - fmt.Printf("[CONF] Overwrite config '%s' () with '%s'\n", fullEnvKey, envval) + fmt.Printf("[CONF] Overwrite config '%s' with '%s'\n", fullEnvKey, envval) } else if rvfield.Type() == reflect.TypeOf(int(0)) {