diff --git a/qubes/vm/templatevm.py b/qubes/vm/templatevm.py index 9ca789f2..fc172b98 100644 --- a/qubes/vm/templatevm.py +++ b/qubes/vm/templatevm.py @@ -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()