Skip to content

Commit

Permalink
utmctl: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Dec 28, 2022
1 parent fcae691 commit ad4124c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utmctl/UTMCtl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ extension UTMCtl {
var attach: Bool = false

@Flag(help: "Run VM as a snapshot and do not save changes to disk.")
var disposible: Bool = false
var disposable: Bool = false

func run(with application: UTMScriptingApplication) throws {
let vm = try virtualMachine(forIdentifier: identifer, in: application)
vm.startSaving!(!disposible)
vm.startSaving!(!disposable)
if attach {
print("WARNING: attach command is not implemented yet!")
}
Expand Down

0 comments on commit ad4124c

Please sign in to comment.