Fixing minor bugs and remove unused dependency (#714)

This commit is contained in:
Igor Gov
2022-01-30 08:51:17 +02:00
committed by GitHub
parent 3bab83754f
commit 5536e5bb44
4 changed files with 19 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ var logsCmd = &cobra.Command{
if err != nil {
return nil
}
ctx, _ := context.WithCancel(context.Background())
ctx := context.Background()
if validationErr := config.Config.Logs.Validate(); validationErr != nil {
return errormessage.FormatError(validationErr)