summaryrefslogtreecommitdiff
path: root/lib/gitlab/legacy_github_import/importer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/legacy_github_import/importer.rb')
-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