summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-24 23:30:12 +0200
committerDouwe Maan <douwe@gitlab.com>2015-04-24 23:30:12 +0200
commitc2f11f32095f67414eab1efe932c8df8ec01c22f (patch)
tree238a2a0dac6ed99257a01848667892be087e9b5f /lib
parent439b9f50af3168d33169a4cd25b59e45ea46dc62 (diff)
downloadgitlab-ce-c2f11f32095f67414eab1efe932c8df8ec01c22f.tar.gz
Get Gitorious importer to work again.fix-gitorious-importer
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/gitorious_import/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/gitorious_import/client.rb b/lib/gitlab/gitorious_import/client.rb
index 8cdc3d4afae..1fa89dba448 100644
--- a/lib/gitlab/gitorious_import/client.rb
+++ b/lib/gitlab/gitorious_import/client.rb
@@ -14,7 +14,7 @@ module Gitlab
end
def repos
- @repos ||= repo_names.map { |full_name| Repository.new(full_name) }
+ @repos ||= repo_names.map { |full_name| GitoriousImport::Repository.new(full_name) }
end
def repo(id)