mirror of https://github.com/docker/compose.git
Fix CI
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
e23e9d6bcb
commit
4489d0becb
|
@ -160,7 +160,7 @@ func runCreateStart(ctx context.Context, opts upOptions, services []string) erro
|
|||
}
|
||||
|
||||
if opts.noDeps {
|
||||
enabled, err := project.GetServices(services)
|
||||
enabled, err := project.GetServices(services...)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue