浏览代码

Merge pull request #1345 from gtardif/fix_ci

Fix CI
Guillaume Tardif 4 年之前
父节点
当前提交
844e465a94
共有 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
 		}