Compare commits

..

1 Commits

Author SHA1 Message Date
Matthieu Lamalle 826edef358 fix : suppression de append inutile, remonté par go vet
Cadoles/bouncer/pipeline/head This commit looks good Details
Cadoles/bouncer/pipeline/pr-develop This commit looks good Details
2024-11-18 11:05:17 +01:00
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@ const (
)
func RunCommand() *cli.Command {
flags := append(
common.Flags(),
)
flags := common.Flags()
return &cli.Command{
Name: "run",