mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-24 17:49:28 +03:00
M #: Fix ONE marketplace monitor (#4750)
This commit is contained in:
committed by
GitHub
parent
0241fe580b
commit
7ff8aefb3a
@ -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 = ''
|
||||
|
||||
|
Reference in New Issue
Block a user