diff options
author | C. Walker <clayzermk1@gmail.com> | 2013-09-06 16:45:42 -0700 |
---|---|---|
committer | C. Walker <clayzermk1@gmail.com> | 2013-09-06 16:45:42 -0700 |
commit | 24bc3e0874bd81d1cf8cc8a7104f277d5a9fa5c7 (patch) | |
tree | 926a7a429471a1fbf99046428f2d2b19c325a749 | |
parent | 0f2299a8d43c8e66d1bf764b737b8ec14266fb2a (diff) | |
download | gitlab-ce-24bc3e0874bd81d1cf8cc8a7104f277d5a9fa5c7.tar.gz |
Forgot to fix the comment instructions.
-rw-r--r-- | lib/tasks/gitlab/import.rake | 2 |
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: |