diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go index a420b7f7..3e62e4e9 100644 --- a/pkg/config/app_config.go +++ b/pkg/config/app_config.go @@ -295,7 +295,7 @@ type CustomCommand struct { ServiceNames []string `yaml:"serviceNames"` // InternalFunction is the name of a function inside lazydocker that we want to run, as opposed to a command-line command. This is only used internally and can't be configured by the user - InternalFunction func() error `yaml:"internalFunction"` + InternalFunction func() error `yaml:"-"` } // GetDefaultConfig returns the application default configuration NOTE (to