From a9d3e6ce573e1e108ab340141ab0f104bf27a430 Mon Sep 17 00:00:00 2001 From: "C. Walker" Date: Fri, 6 Sep 2013 16:18:09 -0700 Subject: Fixed description. --- lib/tasks/gitlab/import.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.1 From 24bc3e0874bd81d1cf8cc8a7104f277d5a9fa5c7 Mon Sep 17 00:00:00 2001 From: "C. Walker" Date: Fri, 6 Sep 2013 16:45:42 -0700 Subject: Forgot to fix the comment instructions. --- lib/tasks/gitlab/import.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/tasks/gitlab/import.rake b/lib/tasks/gitlab/import.rake index f2cba162784..8fa89270854 100644 --- a/lib/tasks/gitlab/import.rake +++ b/lib/tasks/gitlab/import.rake @@ -2,7 +2,7 @@ namespace :gitlab do namespace :import do # How to use: # - # 1. copy your bare repos under git base_path + # 1. copy your bare repos under git repos_path # 2. run bundle exec rake gitlab:import:repos RAILS_ENV=production # # Notes: -- cgit v1.2.1