diff options
author | C. Walker <clayzermk1@gmail.com> | 2013-09-06 16:19:35 -0700 |
---|---|---|
committer | C. Walker <clayzermk1@gmail.com> | 2013-09-06 16:19:35 -0700 |
commit | 0f2299a8d43c8e66d1bf764b737b8ec14266fb2a (patch) | |
tree | 3ca3e1d9d58a1e2d3ed16f6c020af3fe616f4acf /doc | |
parent | a9d3e6ce573e1e108ab340141ab0f104bf27a430 (diff) | |
download | gitlab-ce-0f2299a8d43c8e66d1bf764b737b8ec14266fb2a.tar.gz |
Fixed Import Bare Repositories instructions to match rake task.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/raketasks/maintenance.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md index 68c1a72b230..3033d8c46b4 100644 --- a/doc/raketasks/maintenance.md +++ b/doc/raketasks/maintenance.md @@ -122,7 +122,7 @@ Notes: How to use: -1. copy your bare repos under git base_path (see `config/gitlab.yml` git_host -> base_path) +1. copy your bare repos under git repos_path (see `config/gitlab.yml` gitlab_shell -> repos_path) 2. run the command below ``` |