From b778fa3210d5529bdeff82eefa5a027a5d5cf1d2 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Wed, 2 Mar 2011 11:52:19 +0100 Subject: [PATCH] Add typo in qvm-template-commit As in original classes... --- dom0/qvm-tools/qvm-template-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom0/qvm-tools/qvm-template-commit b/dom0/qvm-tools/qvm-template-commit index d0b574bd..8ccd39fe 100755 --- a/dom0/qvm-tools/qvm-template-commit +++ b/dom0/qvm-tools/qvm-template-commit @@ -46,7 +46,7 @@ def main(): print "A VM with the name '{0}' does not exist in the system.".format(vmname) exit(1) - if not vm.is_templatevm(): + if not vm.is_templete(): print "A VM '{0}' is not template.".format(vmname) exit(1)