Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
Guillaume Tardif 2021-02-23 17:23:46 +01:00
parent e23e9d6bcb
commit 4489d0becb
1 changed files with 1 additions and 1 deletions

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
}