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:
authorJames Lopez <james@jameslopez.es>2016-05-05 12:02:22 +0300
committerJames Lopez <james@jameslopez.es>2016-05-05 12:02:22 +0300
commite14d1051d2c04bad514d840e1eff35ce24b05922 (patch)
tree753a47a1e141347c738d9929d9823e03c0abcb70 /lib/gitlab/import_sources.rb
parenta9ac9ed105a710194099a4e07a2e87712d59a59a (diff)
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