We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23028b1 + 73083d1 commit 7e64c54Copy full SHA for 7e64c54
Sources/hostmgr/commands/vm/VMCreate.swift
@@ -18,7 +18,7 @@ struct VMCreateCommand: AsyncParsableCommand {
18
var quiet: Bool = false
19
20
@Option(help: "The disk size of machine that should be created, in GB")
21
- var diskSize: Int = 92
+ var diskSize: Int = 120
22
23
private enum CodingKeys: String, CodingKey {
24
case name
0 commit comments