diff --git a/Sources/tart/Commands/Create.swift b/Sources/tart/Commands/Create.swift index 6f05c4e..fed204c 100644 --- a/Sources/tart/Commands/Create.swift +++ b/Sources/tart/Commands/Create.swift @@ -13,7 +13,7 @@ struct Create: AsyncParsableCommand { var fromIPSW: String? @Option(help: ArgumentHelp("Disk size in Gb")) - var diskSize: UInt8 = 32 + var diskSize: UInt8 = 50 func validate() throws { if fromIPSW == nil {