Skip to content

Commit 3fbadba

Browse files
authored
Handle missing Docker-Content-Digest during manifest resolution
Updated comment for clarity and consistency.
1 parent 76b6f0f commit 3fbadba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/ContainerizationOCI/Client/RegistryClient+Fetch.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ extension RegistryClient {
7474
}
7575
}
7676

77-
/// Resolve a root manifest descriptor by fetching the manifest when the registry does not
78-
/// include a Docker-Content-Digest header in the HEAD response.
77+
/// Resolve a root manifest descriptor by fetching the manifest when a registry does not
78+
/// include a Docker-Content-Digest header in the HEAD response
7979
private func resolveByFetchingManifest(
8080
name: String,
8181
tag: String,

0 commit comments

Comments
 (0)