Pārlūkot izejas kodu

Fix CI

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif 4 gadi atpakaļ
vecāks
revīzija
4489d0becb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      cli/cmd/compose/up.go

+ 1 - 1
cli/cmd/compose/up.go

@@ -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
 		}