Properly set spec permissions

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2023-05-03 10:45:11 +02:00
parent 6750df8e01
commit 470b4eebd8

View File

@ -96,8 +96,9 @@ func (o *builder) Build() (*spec, error) {
} }
s := spec{ s := spec{
Spec: raw, Spec: raw,
format: o.format, format: o.format,
permissions: o.permissions,
} }
return &s, nil return &s, nil