1
0
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:
Tino Vazquez 2020-03-05 16:32:56 +01:00
parent da148b2396
commit 051a0de448
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -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}\"."