mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #-: Fix typo in exception handling
This commit is contained in:
parent
da148b2396
commit
051a0de448
@ -47,7 +47,7 @@ begin
|
||||
vm = VCenterDriver::VirtualMachine.new(vi_client, vm_ref, vm_id)
|
||||
|
||||
vm.regenerate_context
|
||||
rescue StandardErrord => e
|
||||
rescue StandardError => e
|
||||
message = "Reconfiguration of VM #{vm_ref} on vCenter cluster "\
|
||||
"#{vc_cluster_name} failed due to "\
|
||||
"\"#{e.message}\"."
|
||||
|
Loading…
x
Reference in New Issue
Block a user