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:
parent
97f2a05196
commit
0232b30f00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user