1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

M #-: Fix typo

This commit is contained in:
Ruben S. Montero 2021-03-01 13:47:11 +01:00
parent 97f2a05196
commit 0232b30f00
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -211,7 +211,7 @@ module OpenNebulaJSON
vm_new.extend(VirtualMachineExt)
vm_new.save_as_template(params['name'],params['description'], persistent => params['persistent'])
vm_new.save_as_template(params['name'],params['description'], :persistent => params['persistent'])
end
end
end