MakePath rather than ParsePath
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
parent
4e27937ccc
commit
7322359797
@ -51,7 +51,7 @@ func Load(ctx context.Context, cfg Config) (*Plan, error) {
|
||||
}
|
||||
|
||||
log.Ctx(ctx).Debug().Interface("with", param).Msg("filling overlay")
|
||||
fillErr := v.FillPath(cue.ParsePath(""), paramV)
|
||||
fillErr := v.FillPath(cue.MakePath(), paramV)
|
||||
if fillErr != nil {
|
||||
return nil, fillErr
|
||||
}
|
||||
|
Reference in New Issue
Block a user