summaryrefslogtreecommitdiff
path: root/lib/gitlab/manifest_import/manifest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/manifest_import/manifest.rb')
-rw-r--r--lib/gitlab/manifest_import/manifest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/manifest_import/manifest.rb b/lib/gitlab/manifest_import/manifest.rb
index 4d6034fb956..b69b9ac4b64 100644
--- a/lib/gitlab/manifest_import/manifest.rb
+++ b/lib/gitlab/manifest_import/manifest.rb
@@ -63,7 +63,7 @@ module Gitlab
end
def repository_url(name)
- URI.join(remote, name).to_s
+ Gitlab::Utils.append_path(remote, name)
end
def remote