summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_sources.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-15 17:31:00 +0200
committerJames Lopez <james@jameslopez.es>2016-06-15 17:31:00 +0200
commit4bde59341f6d4679b2eefa2c5e332c33c3c76050 (patch)
treed9c98b030da720f0d413f6ad5e3066cb67559fdd /lib/gitlab/import_sources.rb
parentf6896f9381b9d833e0db4d0e5be95f2ffc64561a (diff)
downloadgitlab-ce-4bde59341f6d4679b2eefa2c5e332c33c3c76050.tar.gz
lots of refactoring again based on feedback. Changed the UI slightly and also fixed a small bug
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 4cae819d356..cf81aced4b0 100644
--- a/lib/gitlab/import_sources.rb
+++ b/lib/gitlab/import_sources.rb
@@ -21,7 +21,7 @@ module Gitlab
'Google Code' => 'google_code',
'FogBugz' => 'fogbugz',
'Repo by URL' => 'git',
- 'GitLab project' => 'gitlab_project'
+ 'GitLab export' => 'gitlab_export'
}
end