瀏覽代碼

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
 		}