Merge pull request #1345 from gtardif/fix_ci

Fix CI
This commit is contained in:
Guillaume Tardif 2021-02-23 18:02:34 +01:00 committed by GitHub
commit 844e465a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}