Explorar o código

Fix CI

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif %!s(int64=4) %!d(string=hai) anos
pai
achega
4489d0becb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 		}