Add typo in qvm-template-commit
As in original classes...
This commit is contained in:
parent
5d4a27a0bb
commit
143f1519a8
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user