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 {
|
if opts.noDeps {
|
||||||
enabled, err := project.GetServices(services)
|
enabled, err := project.GetServices(services...)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue