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