summaryrefslogtreecommitdiff
path: root/lib/gitlab/legacy_github_import
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-11-23 16:51:55 +0100
committerDouwe Maan <douwe@selenight.nl>2017-11-23 16:59:58 +0100
commit7a1e93d35b7280db8bc4128862c86223d76a8d6d (patch)
treeaf2ef540c8a93a7739aa581a114a604fe03006dc /lib/gitlab/legacy_github_import
parent0e6beaf50c9233ca03083691856dea2883f71773 (diff)
downloadgitlab-ce-7a1e93d35b7280db8bc4128862c86223d76a8d6d.tar.gz
Rename fetch_refs to refmap
Diffstat (limited to 'lib/gitlab/legacy_github_import')
-rw-r--r--lib/gitlab/legacy_github_import/importer.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/legacy_github_import/importer.rb b/lib/gitlab/legacy_github_import/importer.rb
index 0e5425d01fd..0526ef9eb13 100644
--- a/lib/gitlab/legacy_github_import/importer.rb
+++ b/lib/gitlab/legacy_github_import/importer.rb
@@ -3,8 +3,8 @@ module Gitlab
class Importer
include Gitlab::ShellAdapter
- def self.fetch_refs
- Gitlab::GithubImport.fetch_refs
+ def self.refmap
+ Gitlab::GithubImport.refmap
end
attr_reader :errors, :project, :repo, :repo_url