1
0
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:
Jaime Melis 2011-07-21 17:35:47 +02:00
parent d38efff33e
commit dbb5fe994c

View File

@ -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