Fix bad variable name
This commit is contained in:
parent
30d4470c8f
commit
a0542d61d0
|
@ -604,7 +604,7 @@ def vm_modify(domain, cfgfile, editor, restart):
|
|||
else:
|
||||
click.echo('Replacing configuration of VM "{}" with file "{}".'.format(dom_name, cfgfile.name))
|
||||
|
||||
retcode, retmsg = pvc_vm.vm_modify(config, domain, new_vm_config, restart)
|
||||
retcode, retmsg = pvc_vm.vm_modify(config, domain, new_vm_cfgfile, restart)
|
||||
cleanup(retcode, retmsg)
|
||||
|
||||
###############################################################################
|
||||
|
|
Loading…
Reference in New Issue