Browse Source

vm/dispvm: fix error message

Fixes QubesOS/qubes-issues#3114
Marek Marczykowski-Górecki 6 years ago
parent
commit
7c6b04677f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qubes/vm/dispvm.py

+ 1 - 1
qubes/vm/dispvm.py

@@ -164,7 +164,7 @@ class DispVM(qubes.vm.qubesvm.QubesVM):
         if not appvm.template_for_dispvms:
             raise qubes.exc.QubesException(
                 'Refusing to create DispVM out of this AppVM, because '
-                'template_for_appvms=False')
+                'template_for_dispvms=False')
         app = appvm.app
         dispvm = app.add_new_vm(
             cls,