There was an error while loading. Please reload this page.
1 parent d3d7d21 commit 485a1a3Copy full SHA for 485a1a3
1 file changed
Sources/Containerization/Image/Image.swift
@@ -108,7 +108,7 @@ public struct Image: Sendable {
108
referenced.append(manifest.digest.trimmingDigestPrefix)
109
guard let m: Manifest = try? await contentStore.get(digest: manifest.digest) else {
110
// If the requested digest does not exist or is not a manifest. Skip.
111
- // Its safe to skip processing this digest as it wont have any child layers.
+ // It's safe to skip processing this digest as it won't have any child layers.
112
continue
113
}
114
let descs = m.layers + [m.config]
0 commit comments