Skip to content

Commit 6244a75

Browse files
committed
Fixes using env config file.
Bug: b/519240653
1 parent 8127661 commit 6244a75

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/cli/cvd.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ func (c *cvdCreator) Create() ([]*hoapi.CVD, error) {
175175
if !c.opts.CreateCVDLocalOpts.empty() {
176176
return c.createCVDFromLocalSrcs()
177177
}
178+
if c.opts.EnvConfig != nil {
179+
return c.createWithCanonicalConfig()
180+
}
178181
return c.createWithOpts()
179182
}
180183

0 commit comments

Comments
 (0)