Skip to content

Commit b52dd4f

Browse files
committed
fixup! ContainerRegistry: Add TarImageDestination
1 parent e2cd5f7 commit b52dd4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/containertool/containertool.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ struct ContainerTool: AsyncParsableCommand {
395395

396396
// Parse URL path arguments
397397
extension Foundation.URL: ArgumentParser.ExpressibleByArgument {
398+
/// Construct a URL from an argument string
398399
public init?(argument: String) {
399400
self.init(fileURLWithPath: argument)
400401
}

0 commit comments

Comments
 (0)