Fix append error in admin/run.go #46

Merged
wpetit merged 1 commits from fix-append into develop 2025-03-07 10:21:28 +01:00

View File

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