mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +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"`
|
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 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
|
// DockerComposeConfig is the command for viewing the config of your docker
|
||||||
// compose. It basically prints out the yaml from your docker-compose.yml
|
// compose. It basically prints out the yaml from your docker-compose.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue