File tree Expand file tree Collapse file tree
ContainerizationOCI/Client
Containerization/Image/ImageStore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ extension ImageStore {
6262 client. setImageReferenceAnnotation ( descriptor: & descriptor, reference: image. reference)
6363 saved. append ( descriptor)
6464 }
65- try client. createOCILayoutStructre ( directory: out, manifests: saved)
65+ try client. createOCILayoutStructure ( directory: out, manifests: saved)
6666 }
6767
6868 /// Imports one or more images and their associated layers from an OCI Image Layout directory.
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ extension LocalOCILayoutClient {
132132 return index
133133 }
134134
135- package func createOCILayoutStructre ( directory: URL , manifests: [ Descriptor ] ) throws {
135+ package func createOCILayoutStructure ( directory: URL , manifests: [ Descriptor ] ) throws {
136136 let fm = FileManager . default
137137 let encoder = JSONEncoder ( )
138138 encoder. outputFormatting = [ . withoutEscapingSlashes]
You can’t perform that action at this time.
0 commit comments