1
0
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:
Alejandro Huertas Herrero 2021-01-21 14:10:57 +01:00 committed by GitHub
parent 575b8ce23a
commit abdfc782d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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