Commit 24bc3e0874bd81d1cf8cc8a7104f277d5a9fa5c7

Authored by C. Walker
1 parent 0f2299a8

Forgot to fix the comment instructions.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/import.rake
@@ -2,7 +2,7 @@ namespace :gitlab do @@ -2,7 +2,7 @@ namespace :gitlab do
2 namespace :import do 2 namespace :import do
3 # How to use: 3 # How to use:
4 # 4 #
5 - # 1. copy your bare repos under git base_path 5 + # 1. copy your bare repos under git repos_path
6 # 2. run bundle exec rake gitlab:import:repos RAILS_ENV=production 6 # 2. run bundle exec rake gitlab:import:repos RAILS_ENV=production
7 # 7 #
8 # Notes: 8 # Notes: