summaryrefslogtreecommitdiff
path: root/lib/gitlab/legacy_github_import
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/legacy_github_import')
-rw-r--r--lib/gitlab/legacy_github_import/importer.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/legacy_github_import/importer.rb b/lib/gitlab/legacy_github_import/importer.rb
index 4d096e5a741..0e5425d01fd 100644
--- a/lib/gitlab/legacy_github_import/importer.rb
+++ b/lib/gitlab/legacy_github_import/importer.rb
@@ -3,6 +3,10 @@ module Gitlab
class Importer
include Gitlab::ShellAdapter
+ def self.fetch_refs
+ Gitlab::GithubImport.fetch_refs
+ end
+
attr_reader :errors, :project, :repo, :repo_url
def initialize(project)