From ac074ce0ffac64966be300d3e3500c3afe9e3aac Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 1 Aug 2025 12:55:17 +0300 Subject: [PATCH] change mapstructure to output --- internal/engine/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/engine/config/config.go b/internal/engine/config/config.go index 38850ec..e43fafe 100644 --- a/internal/engine/config/config.go +++ b/internal/engine/config/config.go @@ -56,7 +56,7 @@ type Updates struct { type Log struct { Level *string `mapstructure:"level"` - OutPath *string `mapstructure:"out_path"` + OutPath any `mapstructure:"output"` } // ConfigEnv structure for environment variables