Commit 0f2299a8d43c8e66d1bf764b737b8ec14266fb2a
1 parent
a9d3e6ce
Exists in
master
and in
4 other branches
Fixed Import Bare Repositories instructions to match rake task.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/raketasks/maintenance.md
... | ... | @@ -122,7 +122,7 @@ Notes: |
122 | 122 | |
123 | 123 | How to use: |
124 | 124 | |
125 | -1. copy your bare repos under git base_path (see `config/gitlab.yml` git_host -> base_path) | |
125 | +1. copy your bare repos under git repos_path (see `config/gitlab.yml` gitlab_shell -> repos_path) | |
126 | 126 | 2. run the command below |
127 | 127 | |
128 | 128 | ``` | ... | ... |