mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Merge pull request #142 from pvande/fix/crash-on-credits-tab
Credits context crashes when trying to export InternalFunction
This commit is contained in:
commit
8970352efc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue