Преглед изворни кода

Fix CI

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif пре 4 година
родитељ
комит
4489d0becb
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 		}