diff --git a/util/imagetools/create.go b/util/imagetools/create.go index 2480ebb1..aaa8379a 100644 --- a/util/imagetools/create.go +++ b/util/imagetools/create.go @@ -138,7 +138,7 @@ func (r *Resolver) Combine(ctx context.Context, srcs []*Source) ([]byte, ocispec }, } - idxBytes, err := json.MarshalIndent(idx, "", " ") + idxBytes, err := json.MarshalIndent(idx, "", " ") if err != nil { return nil, ocispec.Descriptor{}, errors.Wrap(err, "failed to marshal index") }