mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Bug #732: Add new int type in CLI's DSL argument types
This commit is contained in:
parent
d38efff33e
commit
dbb5fe994c
@ -375,7 +375,7 @@ EOT
|
||||
def OpenNebulaHelper.update_template(id, resource)
|
||||
require 'tempfile'
|
||||
|
||||
tmp = Tempfile.new(id)
|
||||
tmp = Tempfile.new(id.to_s)
|
||||
path = tmp.path
|
||||
|
||||
tmp << resource.template_str
|
||||
|
Loading…
x
Reference in New Issue
Block a user