Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-11-23 18:51:55 +0300
committerDouwe Maan <douwe@selenight.nl>2017-11-23 18:59:58 +0300
commit7a1e93d35b7280db8bc4128862c86223d76a8d6d (patch)
treeaf2ef540c8a93a7739aa581a114a604fe03006dc /lib/gitlab/github_import.rb
parent0e6beaf50c9233ca03083691856dea2883f71773 (diff)
Rename fetch_refs to refmap
Diffstat (limited to 'lib/gitlab/github_import.rb')
-rw-r--r--lib/gitlab/github_import.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/github_import.rb b/lib/gitlab/github_import.rb
index 427dab82e19..65b5e30c70f 100644
--- a/lib/gitlab/github_import.rb
+++ b/lib/gitlab/github_import.rb
@@ -1,6 +1,6 @@
module Gitlab
module GithubImport
- def self.fetch_refs
+ def self.refmap
[:heads, :tags, '+refs/pull/*/head:refs/merge-requests/*/head']
end