From a57ec6cba42f89cf8884f214ca2156bd79dde532 Mon Sep 17 00:00:00 2001 From: Christopher Phillips Date: Thu, 8 Feb 2024 10:36:13 -0500 Subject: [PATCH] chore: pr comments Signed-off-by: Christopher Phillips --- setup_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_config.go b/setup_config.go index e484e64..d4f58cc 100644 --- a/setup_config.go +++ b/setup_config.go @@ -123,5 +123,5 @@ func (c *SetupConfig) WithGlobalLoggingFlags() *SetupConfig { } func (c *SetupConfig) WithConfigInRootHelp() *SetupConfig { - return c.withPostConstructs() + return c }