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:
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 = ''
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user