Fix typo in ViewAllLogs field tag

This commit is contained in:
Nikhil Verma 2025-10-09 01:49:39 -04:00 committed by GitHub
parent 0e05c4644e
commit aa631777f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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