this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

palomar: remove unused 'elastic-cert' flag from 'elastic-check' cmd

+2 -6
+2 -6
cmd/palomar/main.go
··· 219 219 } 220 220 221 221 var elasticCheckCmd = &cli.Command{ 222 - Name: "elastic-check", 223 - Flags: []cli.Flag{ 224 - &cli.StringFlag{ 225 - Name: "elastic-cert", 226 - }, 227 - }, 222 + Name: "elastic-check", 223 + Flags: []cli.Flag{}, 228 224 Action: func(cctx *cli.Context) error { 229 225 escli, err := createEsClient(cctx) 230 226 if err != nil {