We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1a9bda + 70bc6db commit c59bc7eCopy full SHA for c59bc7e
1 file changed
rootfs/diff.go
@@ -39,7 +39,7 @@ func Diff(ctx context.Context, snapshotID string, sn snapshots.Snapshotter, d di
39
if err != nil {
40
return ocispec.Descriptor{}, err
41
}
42
- defer sn.Remove(ctx, lowerKey)
+ defer sn.Remove(ctx, upperKey)
43
44
45
return d.DiffMounts(ctx, lower, upper, opts...)
0 commit comments