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:45:42 +0400
committerC. Walker <clayzermk1@gmail.com>2013-09-07 03:45:42 +0400
commit24bc3e0874bd81d1cf8cc8a7104f277d5a9fa5c7 (patch)
tree926a7a429471a1fbf99046428f2d2b19c325a749 /lib/tasks/gitlab/import.rake
parent0f2299a8d43c8e66d1bf764b737b8ec14266fb2a (diff)
Forgot to fix the comment instructions.
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 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: