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

This commit is contained in:
Matthieu Lamalle 2024-11-18 11:05:17 +01:00
parent ce7415af20
commit 826edef358
1 changed files with 1 additions and 3 deletions

View File

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