mirror of https://github.com/cirruslabs/tart.git
Clarify if guest or host is unsupported (#228)
This commit is contained in:
parent
9a0ec3e6b0
commit
e54c89da0c
|
|
@ -14,7 +14,7 @@ struct UnsupportedOSError: Error, CustomStringConvertible {
|
|||
let description: String
|
||||
|
||||
init(_ what: String, _ plural: String) {
|
||||
description = "error: \(what) \(plural) only supported on macOS 13.0 (Ventura) or newer"
|
||||
description = "error: \(what) \(plural) only supported on hosts running macOS 13.0 (Ventura) or newer"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue