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:
authorC. Walker <clayzermk1@gmail.com>2013-09-07 03:18:09 +0400
committerC. Walker <clayzermk1@gmail.com>2013-09-07 03:18:09 +0400
commita9d3e6ce573e1e108ab340141ab0f104bf27a430 (patch)
treebe9b0fbc64bf5b16e7201854c5d90653113ca672 /lib/tasks/gitlab/import.rake
parent201158f1dee15accf6abbd7ad5a50af023ba5d23 (diff)
Fixed description.
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 668ef1d2300..f2cba162784 100644
--- a/lib/tasks/gitlab/import.rake
+++ b/lib/tasks/gitlab/import.rake
@@ -9,7 +9,7 @@ namespace :gitlab do
# * project owner will be a first admin
# * existing projects will be skipped
#
- desc "GITLAB | Import bare repositories from git_host -> base_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