mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
Fix typo in ViewAllLogs field tag
This commit is contained in:
parent
0e05c4644e
commit
aa631777f6
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ type CommandTemplatesConfig struct {
|
|||
AllLogs string `yaml:"allLogs,omitempty"`
|
||||
|
||||
// ViewAllLogs is the command we use when you want to see all logs in a subprocess with no filtering
|
||||
ViewAllLogs string `yaml:"viewAlLogs,omitempty"`
|
||||
ViewAllLogs string `yaml:"viewAllLogs,omitempty"`
|
||||
|
||||
// DockerComposeConfig is the command for viewing the config of your docker
|
||||
// compose. It basically prints out the yaml from your docker-compose.yml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue