mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
fix crash
This commit is contained in:
parent
0279534811
commit
a78b5af56b
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ type GuiConfig struct {
|
||||||
// SortContainersByName determines if containers should be sorted by name.
|
// SortContainersByName determines if containers should be sorted by name.
|
||||||
// By default, containers are now sorted by status. This setting allows users to
|
// By default, containers are now sorted by status. This setting allows users to
|
||||||
// use legacy behaviour instead.
|
// use legacy behaviour instead.
|
||||||
SortContainersByName bool `yaml:"sortContainersByName, omitempty"`
|
SortContainersByName bool `yaml:"sortContainersByName,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// CommandTemplatesConfig determines what commands actually get called when we
|
// CommandTemplatesConfig determines what commands actually get called when we
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue