Fix typo
This commit is contained in:
parent
75477c7297
commit
f6921816fa
2
pvc.py
2
pvc.py
|
@ -856,7 +856,7 @@ def vm_info(dom_name, dom_uuid, long_output):
|
||||||
help='Limit list to this hypervisor.'
|
help='Limit list to this hypervisor.'
|
||||||
)
|
)
|
||||||
def vm_list(hypervisor):
|
def vm_list(hypervisor):
|
||||||
vm_list(hypervisor)
|
_vm_list(hypervisor)
|
||||||
|
|
||||||
# Wrapped function to allow calling from `node info`
|
# Wrapped function to allow calling from `node info`
|
||||||
def _vm_list(hypervisor):
|
def _vm_list(hypervisor):
|
||||||
|
|
Loading…
Reference in New Issue