소스 검색

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
 		}