mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug 4575: Fix Apptemplate generation
This commit is contained in:
parent
40f8389a2f
commit
d042392388
@ -94,7 +94,7 @@ class OneMarket
|
||||
print_var(tmpl64, "TYPE", file["type"])
|
||||
|
||||
if !tmpl64.empty?
|
||||
print_var(tmpl64, "APPTEMPLATE64", Base64::strict_encode64(tmpl64))
|
||||
print_var(tmpl, "APPTEMPLATE64", Base64::strict_encode64(tmpl64))
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user