mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #-: fix minor bug in app export (#689)
This commit is contained in:
parent
575b8ce23a
commit
abdfc782d7
@ -242,7 +242,7 @@ module OpenNebula::MarketPlaceAppExt
|
||||
|
||||
unless OpenNebula.is_error?(vmtmpl[0])
|
||||
rc[:image] += vmtmpl[1]
|
||||
rc[:vmtemplate] += vmtmpl[2]
|
||||
rc[:vmtemplate] += vmtmpl[2] unless options[:notemplate]
|
||||
end
|
||||
|
||||
rc
|
||||
|
Loading…
x
Reference in New Issue
Block a user