summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_sources.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-05 11:02:22 +0200
committerJames Lopez <james@jameslopez.es>2016-05-05 11:02:22 +0200
commite14d1051d2c04bad514d840e1eff35ce24b05922 (patch)
tree753a47a1e141347c738d9929d9823e03c0abcb70 /lib/gitlab/import_sources.rb
parenta9ac9ed105a710194099a4e07a2e87712d59a59a (diff)
downloadgitlab-ce-e14d1051d2c04bad514d840e1eff35ce24b05922.tar.gz
fix import feature v2
Diffstat (limited to 'lib/gitlab/import_sources.rb')
-rw-r--r--lib/gitlab/import_sources.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_sources.rb b/lib/gitlab/import_sources.rb
index 2b5658a8b64..4cae819d356 100644
--- a/lib/gitlab/import_sources.rb
+++ b/lib/gitlab/import_sources.rb
@@ -20,7 +20,7 @@ module Gitlab
'Gitorious.org' => 'gitorious',
'Google Code' => 'google_code',
'FogBugz' => 'fogbugz',
- 'Any repo by URL' => 'git',
+ 'Repo by URL' => 'git',
'GitLab project' => 'gitlab_project'
}
end