diff --git a/internal/config/config.go b/internal/config/config.go index 729266d5e0f2042cef82196abc8c0ff27a9da3eb..edee9cf755229d9c09ca05593647488f5ea3b0ce 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -128,8 +128,7 @@ type Config struct { Permissions *Permissions `json:"permissions,omitempty"` // Internal - workingDir string `json:"-"` - // TODO: find a better way to do this this should probably not be part of the config + workingDir string `json:"-"` resolver resolver.Resolver dataConfigDir string `json:"-"` knownProviders []catwalk.Provider `json:"-"`