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