mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
M #: fix typo in GOCA VM states (#643)
This commit is contained in:
parent
0c01395b46
commit
aa839b75a4
@ -444,7 +444,7 @@ func (s LCMState) String() string {
|
||||
return "DISK_RESIZE_UNDEPLOYED"
|
||||
case HotplugNicPoweroff:
|
||||
return "HOTPLUG_NIC_POWEROFF"
|
||||
case HotplugrResize:
|
||||
case HotplugResize:
|
||||
return "HOTPLUG_RESIZE"
|
||||
case HotplugSaveasUndeployed:
|
||||
return "HOTPLUG_SAVEAS_UNDEPLOYED"
|
||||
|
Loading…
Reference in New Issue
Block a user