1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

Feature #4215: typo

This commit is contained in:
Jaime Melis 2016-03-16 16:09:46 +01:00
parent 10444b4023
commit ac06b3ec56

View File

@ -465,7 +465,7 @@ class ExecDriver < VirtualMachineDriver
action=VmmAction.new(self, id, :restore, drv_message)
steps = <<
steps.concat([
# Execute pre-boot networking setup
{
:driver => :vnm,
@ -490,7 +490,7 @@ class ExecDriver < VirtualMachineDriver
}
],
}
]
])
action.run(steps)
end