Add typo in qvm-template-commit

As in original classes...
This commit is contained in:
Marek Marczykowski 2011-03-02 11:52:19 +01:00
parent 8bcbbb647b
commit b778fa3210

View File

@ -46,7 +46,7 @@ def main():
print "A VM with the name '{0}' does not exist in the system.".format(vmname) print "A VM with the name '{0}' does not exist in the system.".format(vmname)
exit(1) exit(1)
if not vm.is_templatevm(): if not vm.is_templete():
print "A VM '{0}' is not template.".format(vmname) print "A VM '{0}' is not template.".format(vmname)
exit(1) exit(1)