From aa631777f64845a723305643a67997fcb81bb69b Mon Sep 17 00:00:00 2001 From: Nikhil Verma Date: Thu, 9 Oct 2025 01:49:39 -0400 Subject: [PATCH] Fix typo in ViewAllLogs field tag --- pkg/config/app_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go index 0732d26a..1bd89afb 100644 --- a/pkg/config/app_config.go +++ b/pkg/config/app_config.go @@ -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