Add slash to easy_urpmi url. Refs #test_prepare
This commit is contained in:
parent
a819185ecc
commit
4be634a8fb
|
@ -18,7 +18,7 @@ class PlatformsController < ApplicationController
|
|||
{:name => p.unixname,
|
||||
:architectures => ['i586', 'x86_64'],
|
||||
:repositories => p.repositories.map(&:unixname),
|
||||
:url => "http://#{request.host_with_port}/downloads/#{p.unixname}/repository"}
|
||||
:url => "http://#{request.host_with_port}/downloads/#{p.unixname}/repository/"}
|
||||
end
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue