1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

M #: Fix ONE marketplace monitor (#4750)

This commit is contained in:
Christian González 2020-05-18 15:40:58 +02:00 committed by GitHub
parent 0241fe580b
commit 7ff8aefb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ class OneMarket
applist['appliances'].each do |app|
id = app['_id']['$oid']
link = "#{@url}/appliance/#{id}".gsub('//', '/')
link = "#{@url}appliance/#{id}"
source = "#{link}/download/0"
tmpl = ''