summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/import.rake
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-23 16:52:40 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-23 16:52:40 +0200
commitb8f12d1917d2befe17cf8e8f47fb70a1bb6a99ff (patch)
treeeea9e487f1679306149023e2c448fd3488d8d619 /lib/tasks/gitlab/import.rake
parent12e09986350344ee05bd87dc70014510dfff68c3 (diff)
downloadgitlab-ce-b8f12d1917d2befe17cf8e8f47fb70a1bb6a99ff.tar.gz
Replace GITLAB with GitLab in rake task descriptions
Diffstat (limited to 'lib/tasks/gitlab/import.rake')
-rw-r--r--lib/tasks/gitlab/import.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/import.rake b/lib/tasks/gitlab/import.rake
index 7c98ad3144f..5f83e5e8e7f 100644
--- a/lib/tasks/gitlab/import.rake
+++ b/lib/tasks/gitlab/import.rake
@@ -9,7 +9,7 @@ namespace :gitlab do
# * The project owner will set to the first administator of the system
# * Existing projects will be skipped
#
- desc "GITLAB | Import bare repositories from gitlab_shell -> repos_path into GitLab project instance"
+ desc "GitLab | Import bare repositories from gitlab_shell -> repos_path into GitLab project instance"
task repos: :environment do
git_base_path = Gitlab.config.gitlab_shell.repos_path