Commit a9d3e6ce573e1e108ab340141ab0f104bf27a430

Authored by C. Walker
1 parent 201158f1

Fixed description.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/import.rake
... ... @@ -9,7 +9,7 @@ namespace :gitlab do
9 9 # * project owner will be a first admin
10 10 # * existing projects will be skipped
11 11 #
12   - desc "GITLAB | Import bare repositories from git_host -> base_path into GitLab project instance"
  12 + desc "GITLAB | Import bare repositories from gitlab_shell -> repos_path into GitLab project instance"
13 13 task repos: :environment do
14 14  
15 15 git_base_path = Gitlab.config.gitlab_shell.repos_path
... ...