qubes/vm: fix TemplateVM.commit_changes
Storage method was renamed to just `commit`, as it applies not only to templates now.
This commit is contained in:
parent
d9e23d6535
commit
3a2a87839f
@ -103,4 +103,4 @@ class TemplateVM(QubesVM):
|
||||
assert not self.is_running(), \
|
||||
'Attempt to commit changes on running Template VM!'
|
||||
|
||||
self.storage.commit_template_changes()
|
||||
self.storage.commit()
|
||||
|
Loading…
Reference in New Issue
Block a user