summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-16 09:01:09 +0200
committerJames Lopez <james@jameslopez.es>2016-06-16 09:01:09 +0200
commit5087e10fe9481093b65f8d2b37ba962911109a5f (patch)
tree8ab63a0bf401d4c1081e7e883703b00b936de0a7
parent4bde59341f6d4679b2eefa2c5e332c33c3c76050 (diff)
downloadgitlab-ce-5087e10fe9481093b65f8d2b37ba962911109a5f.tar.gz
fix specs
-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 cf81aced4b0..948d43582cf 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 export' => 'gitlab_export'
+ 'GitLab export' => 'gitlab_project'
}
end