mirror of
https://github.com/apple/container.git
synced 2026-09-23 08:05:38 +00:00
fix: structure in createOCILayoutStructure (#93)
Both the callee and caller names have been corrected.
This commit is contained in:
@@ -132,7 +132,7 @@ extension LocalOCILayoutClient {
|
||||
return index
|
||||
}
|
||||
|
||||
package func createOCILayoutStructre(directory: URL, manifests: [Descriptor]) throws {
|
||||
package func createOCILayoutStructure(directory: URL, manifests: [Descriptor]) throws {
|
||||
let fm = FileManager.default
|
||||
let encoder = JSONEncoder()
|
||||
encoder.outputFormatting = [.withoutEscapingSlashes]
|
||||
|
||||
Reference in New Issue
Block a user