1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-26 09:57:23 +03:00

L #-: Fix non ASCII comment

This commit is contained in:
Tino Vazquez 2019-10-17 12:17:40 +02:00
parent 55d40ee00b
commit 18bc319f18
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -77,7 +77,7 @@ begin
if vm.is_powered_off?
vm.sync(deploy)
# only mark the VM as running if we are deploying it for the first time
# Only mark the VM as running if we are deploying it for the first time
set_running = !deploy_id_valid?(deploy_id)
vm.poweron(set_running)
end